ar08 commited on
Commit
c47e3b0
·
verified ·
1 Parent(s): 1a97454

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install fastapi uvicorn llama-cpp-python pydantic
18
 
19
  # Download the model using Hugging Face CLI
20
  RUN pip install huggingface_hub \
21
- && huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf Phi-3-mini-4k-instruct-q4.gguf --local-dir . --local-dir-use-symlinks False
22
 
23
  # Make port 8000 available to the world outside this container
24
  EXPOSE 8000
 
18
 
19
  # Download the model using Hugging Face CLI
20
  RUN pip install huggingface_hub \
21
+ && huggingface-cli download legraphista/Qwen2-1.5B-Instruct-IMat-GGUF Qwen2-1.5B-Instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False
22
 
23
  # Make port 8000 available to the world outside this container
24
  EXPOSE 8000