Commit Graph

14 Commits

Author SHA1 Message Date
Rimom Costa
e27337909d Add setup section and improve test documentation 2025-10-14 14:00:22 +01:00
Rimom Costa
95ad16fb20
Rephrasing tests section
Co-authored-by: Luke Stanley <306671+lukestanley@users.noreply.github.com>
2025-10-14 13:56:08 +01:00
Rimom Costa
af8f6435df
Merge branch 'karpathy:master' into master 2025-10-14 09:51:45 +01:00
Andrej
dd6ff9a1cc
fix bug in fallback case of find_largest_model
Fix: Handle missing d<number> model tags in find_largest_model
ty
2025-10-13 14:38:34 -07:00
Mirza-Samad-Ahmed-Baig
afaa5b4c90 Fix: Handle missing d<number> model tags in find_largest_model 2025-10-14 00:24:07 +03:00
Rimom Costa
992e73b055 Fix test_dataloader.py to test actual dataloader implementation 2025-10-13 19:39:10 +01:00
Rimom Costa
44764ffff0 test: add comprehensive test suite with 66 passing tests
Add test coverage for all major components:
- GPT model: architecture, generation, MQA, rotary embeddings (19 tests)
- Inference engine: KV cache, sampling, tool use (17 tests)
- Optimizers: Muon and AdamW functionality (10 tests)
- Checkpoint management: save/load, metadata (5 tests)
- Data loading and utilities (13 tests)

docs: update README with test documentation and learning guide
- Add For Students section with structured learning path
- Document architectural decisions and key concepts
- Add test usage instructions
2025-10-13 19:18:30 +01:00
Rimom Costa
b230ab8a0b Add 'For Students' section with structured learning path through the codebase 2025-10-13 18:50:35 +01:00
Andrej
5fd0b13886
Merge pull request #2 from epoyraz/patch-1
Update README.md
2025-10-13 10:10:15 -07:00
Enes Poyraz
6a795baf27
Update README.md
fix typos
2025-10-13 18:40:12 +02:00
Andrej
626bd3e260
Add image of the WebUI to readme 2025-10-13 08:03:00 -07:00
karpathy
da96b46565 update link to the new discussion 2025-10-13 07:42:09 -07:00
karpathy
a53833d04f add nanochat logo png 2025-10-13 06:59:59 -07:00
karpathy
3a5e0bc50b initial commit 2025-10-13 06:49:24 -07:00