Created
June 29, 2025 14:59
-
-
Save AnteaterKit/e24a20df3fbe713e44bd905f809e91a9 to your computer and use it in GitHub Desktop.
convert model to gguf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/ggerganov/llama.cpp | |
| cd llama.cpp | |
| cmake -B build | |
| cmake --build build --config Release | |
| python3 convert_hf_to_gguf.py ../../jupyter/modelpath \ | |
| --outtype f16 \ | |
| --model-name "model-tune-name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment