Ankitajadhav commited on
Commit
b64210f
1 Parent(s): fa72820

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN pip install huggingface_hub==0.23.0
23
 
24
  # Download your model using the Hugging Face CLI
25
  # RUN huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf --local-dir ./models
26
- RUN huggingface-cli download NicholasJohn/OpenBioLLM-Llama3-8B-Q5_K_M.gguf --local-dir ./models
27
 
28
  # Install Python dependencies from requirements.txt
29
  COPY requirements.txt .
 
23
 
24
  # Download your model using the Hugging Face CLI
25
  # RUN huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf --local-dir ./models
26
+ RUN huggingface-cli download Ankitajadhav/Phi-3-mini-4k-instruct-q4.gguf --local-dir ./models
27
 
28
  # Install Python dependencies from requirements.txt
29
  COPY requirements.txt .