mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Gemma 3 270M From Scratch (#771)
* Gemma 3 270M From Scratch * fix path * update readme
This commit is contained in:
committed by
GitHub
parent
e9c1c1da38
commit
a6b883c9f9
1
.github/workflows/basic-tests-linux-uv.yml
vendored
1
.github/workflows/basic-tests-linux-uv.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
||||
pytest --ruff ch04/03_kv-cache/tests.py
|
||||
pytest --ruff ch05/01_main-chapter-code/tests.py
|
||||
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
|
||||
pytest --ruff ch05/12_gemma3/tests/test_gemma3.py
|
||||
pytest --ruff ch06/01_main-chapter-code/tests.py
|
||||
|
||||
- name: Validate Selected Jupyter Notebooks (uv)
|
||||
|
||||
1
.github/workflows/basic-tests-macos-uv.yml
vendored
1
.github/workflows/basic-tests-macos-uv.yml
vendored
@@ -51,6 +51,7 @@ jobs:
|
||||
pytest --ruff ch04/01_main-chapter-code/tests.py
|
||||
pytest --ruff ch05/01_main-chapter-code/tests.py
|
||||
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
|
||||
pytest --ruff ch05/12_gemma3/tests/test_gemma3.py
|
||||
pytest --ruff ch06/01_main-chapter-code/tests.py
|
||||
|
||||
- name: Validate Selected Jupyter Notebooks (uv)
|
||||
|
||||
Reference in New Issue
Block a user