Olmo 3 from scratch (#914)

* Olmo 3 from scratch

* update

* update

* update
This commit is contained in:
Sebastian Raschka
2025-11-22 22:42:18 -06:00
committed by GitHub
parent 398b079efa
commit bc6f335526
14 changed files with 3163 additions and 58 deletions

View File

@@ -57,6 +57,8 @@ jobs:
pytest ch05/11_qwen3/tests/test_qwen3_nb.py
pytest ch05/12_gemma3/tests/test_gemma3_nb.py
pytest ch05/12_gemma3/tests/test_gemma3_kv_nb.py
pytest ch05/13_olmo3/tests/test_olmo3_nb.py
pytest ch05/13_olmo3/tests/test_olmo3_kvcache_nb.py
pytest ch06/01_main-chapter-code/tests.py
- name: Validate Selected Jupyter Notebooks (uv)