Skip to content

Commit

Permalink
CI: Fix the link to Phi-3.5 model
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Sep 12, 2024
1 parent 7c00d6f commit 002bc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-llm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Launch llama.cpp with Phi-3.5 Mini
shell: bash
run: ./build/bin/llama-server -c 8192 --hf-repo lmstudio-community/Phi-3.5-mini-instruct-GGUF --hf-file Phi-3.5-mini-instruct-Q4_K_M.gguf &
run: ./build/bin/llama-server -c 8192 --hf-repo bartowski/Phi-3.5-mini-instruct-GGUF --hf-file Phi-3.5-mini-instruct-Q4_K_M.gguf &

- name: Wait until it is ready
shell: bash
Expand Down

0 comments on commit 002bc12

Please sign in to comment.