add depth subdir (#1)
Browse files- add depth subdir (2a7b8b3214565af66c60e6726d4d3d18c86f49ab)
Co-authored-by: Feifei Cai <fei5860@users.noreply.huggingface.co>
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 |
|