2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
Submodule reasoning-from-scratch updated 60 files
- .github/scripts/check_double_quotes.py+146
- .github/workflows/basic-test-nightly-pytorch.yml+2-1
- .github/workflows/check-links.yml+2-1
- .github/workflows/code-linter.yml+5
- .gitignore+7
- README.md+32-11
- ch01/README.md+1-1
- ch02/01_main-chapter-code/README.md+3-7
- ch02/01_main-chapter-code/ch02_exercise-solutions.ipynb+2-2
- ch02/01_main-chapter-code/ch02_main.ipynb+22-8
- ch02/02_setup-tips/README.md+3-7
- ch02/03_optimized-LLM/README.md+1-1
- ch02/04_torch-compile-windows/README.md+84
- ch02/05_use_model/README.md+225
- ch02/05_use_model/chat.py+150
- ch02/05_use_model/chat_multiturn.py+222
- ch02/05_use_model/generate_simple.py+131
- ch02/README.md+5-5
- ch03/01_main-chapter-code/README.md+16
- ch03/01_main-chapter-code/ch03_exercise-solutions.ipynb+566
- ch03/01_main-chapter-code/ch03_main.ipynb+1.9k
- ch03/01_main-chapter-code/math500_test.json+4.0k
- ch03/01_main-chapter-code/math_new50_exercise.json+402
- ch03/02_math500-verifier-scripts/README.md+108
- ch03/02_math500-verifier-scripts/evaluate_math500.py+112
- ch03/02_math500-verifier-scripts/evaluate_math500_batched.py+282
- ch03/README.md+12
- chC/01_main-chapter-code/chC_main.ipynb+21-2
- chC/README.md+2-2
- chF/01_main-chapter-code/chF_main.ipynb+956
- chF/02_mmlu/1_letter_matching.py+137
- chF/02_mmlu/2_logprob.py+148
- chF/02_mmlu/3_teacher_forcing.py+171
- chF/02_mmlu/README.md+278
- chF/02_mmlu/random_guessing_baseline.py+95
- chF/02_mmlu/requirements-extra.txt+1
- chF/03_leaderboards/1_elo_leaderboard.py+50
- chF/03_leaderboards/2_bradley_terry_leaderboard.py+70
- chF/03_leaderboards/README.md+69
- chF/03_leaderboards/votes.json+62
- chF/04_llm-judge/README.md+143
- chF/04_llm-judge/ollama-judge.py+278
- chF/README.md+14
- chG/01_main-chapter-code/README.md+2-2
- chG/README.md+1-1
- pyproject.toml+6-2
- reasoning_from_scratch/appendix_f.py+55
- reasoning_from_scratch/ch02.py+7-5
- reasoning_from_scratch/ch02_ex.py+2-2
- reasoning_from_scratch/ch03.py+398
- reasoning_from_scratch/qwen3.py+50-1
- reasoning_from_scratch/qwen3_batched.py+184
- reasoning_from_scratch/qwen3_optimized.py+10-2
- reasoning_from_scratch/utils.py+22-13
- tests/examples/01_quick-example.py-140
- tests/examples/README.md-95
- tests/test_appendix_c.py
- tests/test_appendix_f.py+18
- tests/test_ch03.py+311
- tests/test_qwen3_batched_stop.py+189
0 commit comments