mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
updated github actions versions (#96)
* added status badges * updated github actions versions * Update README.md * Update README.md --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
4
.github/workflows/basic-tests.yml
vendored
4
.github/workflows/basic-tests.yml
vendored
@@ -17,10 +17,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
||||
4
.github/workflows/pep8-linter.yml
vendored
4
.github/workflows/pep8-linter.yml
vendored
@@ -10,9 +10,9 @@ jobs:
|
||||
flake8:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install flake8
|
||||
|
||||
@@ -31,6 +31,11 @@ Alternatively, you can view this and other files on GitHub at [https://github.co
|
||||
<br>
|
||||
<br>
|
||||
|
||||
[](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/pep8-linter.yml)
|
||||
[](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/basic-tests.yml)
|
||||
|
||||
<br>
|
||||
|
||||
| Chapter Title | Main Code (for quick access) | All Code + Supplementary |
|
||||
|------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-------------------------------|
|
||||
| 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
|
||||
| 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) |
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
> [!TIP]
|
||||
> 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user