Nabbers1999 commited on
Commit
e24db1c
·
verified ·
1 Parent(s): cb717e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -25,5 +25,4 @@ I have added the jinja from Llama 3.2 3B, added all template tokens to the vocab
25
 
26
  This is a base pretrain, ready for instruct training.
27
 
28
- ** Special Note: **
29
- Due to the custom vocabulary, the tokenizer will not be recognized by llama.cpp, you will have to add its checksum to convert_hf_to_gguf.py before converting any derivatives to gguf.
 
25
 
26
  This is a base pretrain, ready for instruct training.
27
 
28
+ ** Special Note: Due to the custom vocabulary, the tokenizer will not be recognized by llama.cpp, you will have to add its checksum to convert_hf_to_gguf.py before converting any derivatives to gguf.