diff --git a/phi-2/Dockerfile b/phi-2/Dockerfile index a1c3652..bbcd82a 100644 --- a/phi-2/Dockerfile +++ b/phi-2/Dockerfile @@ -15,4 +15,4 @@ RUN pip install -U pip setuptools wheel && \ # Download model RUN mkdir model && \ - curl -L https://huggingface.co/kroonen/phi-2-GGUF/resolve/main/phi-2_Q8_0.gguf -o model/gguf-model.bin + curl -L https://huggingface.co/radames/phi-2-quantized/resolve/main/model-v2-q80.gguf -o model/gguf-model.bin