Skip to content

Commit a6bd197

Browse files
d-kleinerasbt
andauthored
updated github actions versions (rasbt#96)
* added status badges * updated github actions versions * Update README.md * Update README.md --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
1 parent 83adc4a commit a6bd197

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/basic-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.10'
2626

.github/workflows/pep8-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
flake8:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.10'
1818
- name: Install flake8

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Alternatively, you can view this and other files on GitHub at [https://github.co
3131
<br>
3232
<br>
3333

34+
[![Python PEP8 Linting](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/pep8-linter.yml/badge.svg)](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/pep8-linter.yml)
35+
[![Python Tests](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/basic-tests.yml/badge.svg)](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/basic-tests.yml)
36+
37+
<br>
38+
3439
| Chapter Title | Main Code (for quick access) | All Code + Supplementary |
3540
|------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-------------------------------|
3641
| Ch 1: Understanding Large Language Models | No code | - |
@@ -47,6 +52,8 @@ Alternatively, you can view this and other files on GitHub at [https://github.co
4752
| Appendix D: Adding Bells and Whistles to the Training Loop | - [appendix-D.ipynb](appendix-D/01_main-chapter-code/appendix-D.ipynb) | [./appendix-D](./appendix-D) |
4853
<br>
4954

55+
56+
5057
> [!TIP]
5158
> Please see [this](appendix-A/01_optional-python-setup-preferences) and [this](appendix-A/02_installing-python-libraries) folder if you need more guidance on installing Python and Python packages.
5259

0 commit comments

Comments
 (0)