Skip to content

Commit

Permalink
chore: updated phi-2 model link
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Dec 16, 2023
1 parent 0eb7a68 commit 617b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phi-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 617b178

Please sign in to comment.