fei5860 commited on
Commit
2a7b8b3
·
verified ·
1 Parent(s): cdb0753

add depth subdir

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -152,7 +152,7 @@ Otherwise you can:
152
 
153
  1. Download all files
154
  2. Put `tokenizer.pkl` and `token_bytes.pt` in `~/.cache/nanochat/tokenizer`
155
- 3. Put `model_000650.pt` and `meta_000650.json` in `~/.cache/nanochat/chatsft_checkpoints`
156
  4. Clone https://github.com/karpathy/nanochat
157
  5. Run `uv sync` followed by `uv run python -m scripts.chat_web`
158
 
 
152
 
153
  1. Download all files
154
  2. Put `tokenizer.pkl` and `token_bytes.pt` in `~/.cache/nanochat/tokenizer`
155
+ 3. Put `model_000650.pt` and `meta_000650.json` in `~/.cache/nanochat/chatsft_checkpoints/d20`
156
  4. Clone https://github.com/karpathy/nanochat
157
  5. Run `uv sync` followed by `uv run python -m scripts.chat_web`
158