We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e81e0 commit 7e08933Copy full SHA for 7e08933
.github/actions/prepare-llm/action.yml
@@ -19,7 +19,7 @@ runs:
19
20
- name: Launch llama.cpp
21
shell: bash
22
- 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 &
23
24
- name: Wait until it is ready
25
0 commit comments