Skip to content

Commit 1880cf3

Browse files
committed
fix: url to llama2 tokenizer.
1 parent 90d7ebd commit 1880cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/LLAMA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python convert-llama.py /path/to/meta/llama-2-7b q40
1616
```
1717
5. Download the tokenizer for Llama 2:
1818
```
19-
wget https://huggingface.co/b4rtaz/llama-2-distributed-llama/resolve/main/dllama-llama2-tokenizer.t
19+
wget https://huggingface.co/b4rtaz/Llama-2-Tokenizer-Distributed-Llama/resolve/main/dllama_tokenizer_llama2.t
2020
```
2121
6. Build the project:
2222
```bash

0 commit comments

Comments
 (0)