From 9618d879e8a7086fa0f054d7da1392f8fc34d22a Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 8 Sep 2024 14:40:26 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.