Skip to content

Commit

Permalink
CI: Use Granite 1B as the small LLM
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Oct 24, 2024
1 parent e5e81e0 commit 7e08933
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 @@ -19,7 +19,7 @@ runs:
- name: Launch llama.cpp
shell: bash
run: ./build/bin/llama-server -c 4096 --hf-repo lmstudio-community/Llama-3.2-1B-Instruct-GGUF --hf-file Llama-3.2-1B-Instruct-Q4_K_M.gguf &
run: ./build/bin/llama-server -c 4096 --hf-repo lmstudio-community/granite-3.0-1b-a400m-instruct-GGUF --hf-file granite-3.0-1b-a400m-instruct-Q4_K_M.gguf &

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

0 comments on commit 7e08933

Please sign in to comment.