Commit 322000d
2 files changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
177 | 195 | | |
178 | 196 | | |
179 | 197 | | |
| |||
Submodule reasoning-from-scratch updated 31 files
- .github/workflows/basic-test-nightly-pytorch.yml+2
- .github/workflows/basic-tests-old-pytorch.yml+2
- .github/workflows/basic-tests-pip.yml+2
- .github/workflows/check-links.yml+4-8
- .github/workflows/check-spelling-errors.yml+4-8
- .github/workflows/code-linter.yml+14
- .github/workflows/tests-linux.yml+2
- .github/workflows/tests-macos.yml+2
- .github/workflows/tests-windows.yml+2
- .gitignore+2
- ch02/01_main-chapter-code/ch02_exercise-solutions.ipynb+19-12
- ch02/01_main-chapter-code/ch02_main.ipynb+36-14
- ch02/03_optimized-LLM/compare_inference.py+13-7
- chC/01_main-chapter-code/chC_main.ipynb+1-3
- chC/README.md+9
- chG/01_main-chapter-code/README.md+55
- chG/01_main-chapter-code/public/logo_dark.webp
- chG/01_main-chapter-code/public/logo_light.webp
- chG/01_main-chapter-code/qwen3_chat_interface.py+102
- chG/01_main-chapter-code/qwen3_chat_interface_multiturn.py+153
- chG/README.md+9
- pyproject.toml+2-1
- reasoning_from_scratch/ch02.py+10-4
- reasoning_from_scratch/qwen3.py+63-7
- reasoning_from_scratch/qwen3_batched.py+116-60
- reasoning_from_scratch/qwen3_optimized.py+64-31
- tests/examples/01_quick-example.py+140
- tests/examples/README.md+95
- tests/test_qwen3.py+55-48
- tests/test_qwen3_batched.py+379
- tests/test_qwen3_optimized.py+100-5
0 commit comments