Gemma 3 270M From Scratch (#771)

* Gemma 3 270M From Scratch

* fix path

* update readme
This commit is contained in:
Sebastian Raschka
2025-08-17 08:23:05 -05:00
committed by GitHub
parent e9c1c1da38
commit a6b883c9f9
8 changed files with 1394 additions and 0 deletions

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)