Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 10 |
|
| 11 |
# 1. DOWNLOAD MISTRAL 7.7GB MODEL
|
| 12 |
# Note: I've updated the URL to the specific Q8_0 file
|
| 13 |
-
RUN wget -q -O model.gguf https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.
|
| 14 |
|
| 15 |
# 2. Install llama-cpp-python using pre-built wheel
|
| 16 |
RUN pip install --no-cache-dir \
|
|
|
|
| 10 |
|
| 11 |
# 1. DOWNLOAD MISTRAL 7.7GB MODEL
|
| 12 |
# Note: I've updated the URL to the specific Q8_0 file
|
| 13 |
+
RUN wget -q -O model.gguf https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q4_K_M.gguf
|
| 14 |
|
| 15 |
# 2. Install llama-cpp-python using pre-built wheel
|
| 16 |
RUN pip install --no-cache-dir \
|