Updated Home (markdown)
parent
b1519866c8
commit
9618d879e8
1 changed files with 1 additions and 1 deletions
2
Home.md
2
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue