nanochat/scripts
2025-11-03 10:06:02 +00:00
..
base_eval.py
base_loss.py
base_train.py
benchmark_optimizations.py feat(benchmark): add performance benchmark script for KV-cache optimizations with CLI args, GPU memory tracking, and statistical measurement across iterations 2025-11-03 10:06:02 +00:00
chat_cli.py
chat_eval.py
chat_rl.py
chat_sft.py dont evaluate the sampling evals during SFT they are too slow. keep the multiple choice evals. delete unused imports 2025-10-15 16:42:23 +00:00
chat_web.py also allow regenerating assistant message by clicking it, and make sure to feed good seed to generate 2025-10-16 01:28:37 +00:00
mid_train.py
tok_eval.py
tok_train.py