diff --git a/Home.md b/Home.md index 58164d1..46fd020 100644 --- a/Home.md +++ b/Home.md @@ -168,7 +168,7 @@ make clean -C llama.cpp make all -j -C llama.cpp pip install gguf protobuf -python llama.cpp/convert-hf-to-gguf.py FOLDER --outfile OUTPUT --outtype f16 +python llama.cpp/convert_hf_to_gguf.py FOLDER --outfile OUTPUT --outtype f16 ``` Or follow the steps at https://rentry.org/llama-cpp-conversions#merging-loras-into-a-model using the model name "merged_model" to merge to GGUF.