]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
py : update outdated copy-paste instructions [no ci] (#10667)
authorDaniel Bevenius <redacted>
Thu, 5 Dec 2024 07:47:55 +0000 (08:47 +0100)
committerGitHub <redacted>
Thu, 5 Dec 2024 07:47:55 +0000 (09:47 +0200)
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.

convert_hf_to_gguf_update.py

index 28cd02e5a7f663215b75edff37d70198c79e4cc8..2a51fce2d8db005d1ed2cf049da4a2395f0d4b42 100755 (executable)
@@ -17,7 +17,7 @@
 #
 #   python3 convert_hf_to_gguf_update.py <huggingface_token>
 #
-# - Copy-paste the generated get_vocab_base_pre() function into convert_hf_to_gguf.py
+# - The convert_hf_to_gguf.py script will have had its get_vocab_base_pre() function updated
 # - Update llama.cpp with the new pre-tokenizer if necessary
 #
 # TODO: generate tokenizer tests for llama.cpp