updates UI
This commit is contained in:
@@ -19,7 +19,7 @@ MODEL_FILE="${MODEL_FILE:-cognitivecomputations_Dolphin3.0-Mistral-24B-Q8_0.gguf
|
||||
MODEL_URL="https://huggingface.co/bartowski/cognitivecomputations_Dolphin3.0-Mistral-24B-GGUF/resolve/main/${MODEL_FILE}"
|
||||
MODEL="$REMOTE_DIR/models/$MODEL_FILE"
|
||||
PORT="${PORT:-8001}"
|
||||
CTX="${CTX:-16384}" # Q8 has headroom; bump context from 4096
|
||||
CTX="${CTX:-32768}" # Q8 has headroom; bump context from 4096
|
||||
NGL="${NGL:-99}" # all layers on GPU (24GB < 32GB VRAM)
|
||||
|
||||
ACTION="${1:-deploy}"
|
||||
|
||||
Reference in New Issue
Block a user