Skip to content

Commit 7e08933

Browse files
committed
CI: Use Granite 1B as the small LLM
1 parent e5e81e0 commit 7e08933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-llm/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
2020
- name: Launch llama.cpp
2121
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 &
22+
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 &
2323

2424
- name: Wait until it is ready
2525
shell: bash

0 commit comments

Comments
 (0)