add depth subdir
Browse files
    	
        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 |  | 

