Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -115,7 +115,7 @@ COPY app.py .
|
|
| 115 |
# ---------------------------------------------------------------------------
|
| 116 |
ENV \
|
| 117 |
# Where to look for the GGUF model on the Hub.
|
| 118 |
-
GGUF_REPO_ID="
|
| 119 |
# Leave empty to auto-select; set to force an exact filename.
|
| 120 |
GGUF_FILENAME="" \
|
| 121 |
# Quantization to prefer when auto-selecting (falls back automatically
|
|
|
|
| 115 |
# ---------------------------------------------------------------------------
|
| 116 |
ENV \
|
| 117 |
# Where to look for the GGUF model on the Hub.
|
| 118 |
+
GGUF_REPO_ID="empero-ai/Qwythos-9B-Claude-Mythos-5-1M-GGUF" \
|
| 119 |
# Leave empty to auto-select; set to force an exact filename.
|
| 120 |
GGUF_FILENAME="" \
|
| 121 |
# Quantization to prefer when auto-selecting (falls back automatically
|