Gemma 3 270M from scratch

This commit is contained in:
rasbt
2025-08-16 19:49:38 -05:00
parent 27fa95d24b
commit 8fd29ed079
8 changed files with 1391 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)