nanochat/nanochat
Tsvika Shapira b74444625c
replace f.name.split('.')[0] with f.stem
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2025-12-27 16:44:46 +02:00
..
__init__.py initial commit 2025-10-13 06:49:24 -07:00
adamw.py slightly nicer error message 2025-12-09 12:46:48 +01:00
checkpoint_manager.py replace f.name.split('.')[0] with f.stem 2025-12-27 16:44:46 +02:00
common.py Revert "typing: add Path type hints to function signatures and returns" 2025-12-27 13:19:10 +02:00
configurator.py refactor: use Path convenience methods for file operations 2025-12-26 12:49:38 +02:00
core_eval.py initial commit 2025-10-13 06:49:24 -07:00
dataloader.py feat: pad vocab size to 64 for DDP optimizers and efficiency 2025-12-09 12:38:18 +01:00
dataset.py Revert "typing: add Path type hints to function signatures and returns" 2025-12-27 13:19:10 +02:00
engine.py Refactor dimension validation for KV cache 2025-11-28 15:22:18 -05:00
execution.py refactor: migrate from os.path to pathlib.Path across codebase 2025-12-26 12:49:38 +02:00
gpt.py formatting 2025-12-09 12:48:46 +01:00
logo.svg initial commit 2025-10-13 06:49:24 -07:00
loss_eval.py fix typos 2025-11-14 11:20:25 +01:00
muon.py initial commit 2025-10-13 06:49:24 -07:00
report.py Revert "typing: add Path type hints to function signatures and returns" 2025-12-27 13:19:10 +02:00
tokenizer.py Revert "typing: add Path type hints to function signatures and returns" 2025-12-27 13:19:10 +02:00
ui.html fix(ui): prevent iOS Safari toolbar from covering input on initial load 2025-10-21 17:34:40 -07:00