CooLLaMACEO commited on
Commit
1258330
·
verified ·
1 Parent(s): 1e27e60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.Q8_0.gguf
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 \