Created
November 9, 2025 07:45
-
-
Save ugovaretto/b2b02265a4c7bd5743b544a1c7fa8a29 to your computer and use it in GitHub Desktop.
download from huggingface into llama.cpp directory
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
| #!/usr/bin/env bash | |
| hf download $1 --local-dir "$HOME/.cache/llama.cpp/$1/$2" --include="*$2.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
| #!/usr/bin/env bash | |
| # Download mmproj file for vision models invode like hf-dload-mmproj-llamacpp.sh <model name> <mmproj quantization> | |
| hf download $1 --local-dir "$HOME/.cache/llama.cpp/$1" --include="mmproj*$2.gguf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment