From: Daniel Bevenius Date: Thu, 5 Dec 2024 07:47:55 +0000 (+0100) Subject: py : update outdated copy-paste instructions [no ci] (#10667) X-Git-Tag: upstream/0.0.4488~219 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d405804be84cfdac936f28b3446ce8cb988408d8;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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. --- diff --git a/convert_hf_to_gguf_update.py b/convert_hf_to_gguf_update.py index 28cd02e5..2a51fce2 100755 --- a/convert_hf_to_gguf_update.py +++ b/convert_hf_to_gguf_update.py @@ -17,7 +17,7 @@ # # python3 convert_hf_to_gguf_update.py # -# - 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