Skip to content

Commit d405804

Browse files
authored
py : update outdated copy-paste instructions [no ci] (#10667)
This commit updates the copy-paste instruction in convert_hf_to_gguf_update.py to reflect that convert_hf_to_gguf.py will have already been updated with the new get_vocab_base_pre() function when this script completes.
1 parent f112d19 commit d405804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_hf_to_gguf_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# python3 convert_hf_to_gguf_update.py <huggingface_token>
1919
#
20-
# - Copy-paste the generated get_vocab_base_pre() function into convert_hf_to_gguf.py
20+
# - The convert_hf_to_gguf.py script will have had its get_vocab_base_pre() function updated
2121
# - Update llama.cpp with the new pre-tokenizer if necessary
2222
#
2323
# TODO: generate tokenizer tests for llama.cpp

0 commit comments

Comments
 (0)