Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ This fixes the issue for me, but you have to make sure to use the correct chat t
|
|
26 |
|
27 |
If you do not want to redownload you can fix your local gguf file with this command:
|
28 |
```
|
29 |
-
python3
|
30 |
```
|
31 |
|
32 |
# Quant Infos
|
|
|
26 |
|
27 |
If you do not want to redownload you can fix your local gguf file with this command:
|
28 |
```
|
29 |
+
python3 ./path-to-llama.cpp/gguf-py/scripts/gguf-set-metadata.py $file tokenizer.ggml.eos_token_id 128009 --force
|
30 |
```
|
31 |
|
32 |
# Quant Infos
|