mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Use recommended model
This commit is contained in:
parent
2277aacc46
commit
a5a1bd7b12
|
@ -3,7 +3,7 @@
|
|||
set -eo pipefail
|
||||
test -n "$VERBOSE" && set -x
|
||||
|
||||
MODEL_URL="https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q4_0.gguf"
|
||||
MODEL_URL="https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q4_K_M.gguf"
|
||||
MODEL_FILENAME=$(basename "$MODEL_URL")
|
||||
MODEL_DIR="${XDG_DATA_HOME:-$HOME/.local/share}"/llama.cpp
|
||||
|
||||
|
|
Loading…
Reference in a new issue