File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/prepare-llm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 - name : Download and unpack llama.cpp
77 shell : bash
88 run : |
9- curl -OL https://github.com/ggerganov/llama.cpp/releases/download/b4003 /llama-b4003 -bin-ubuntu-x64.zip
10- unzip llama-b4003 -bin-ubuntu-x64.zip
9+ curl -OL https://github.com/ggerganov/llama.cpp/releases/download/b6887 /llama-b6887 -bin-ubuntu-x64.zip
10+ unzip llama-b6887 -bin-ubuntu-x64.zip
1111
1212 - name : Launch llama.cpp
1313 shell : bash
14- run : ./build/bin/llama-server -c 4096 --hf-repo unsloth/SmolLM2-1.7B-Instruct- GGUF --hf-file SmolLM2-1.7B-Instruct-Q6_K .gguf &
14+ run : ./build/bin/llama-server -c 4096 --hf-repo unsloth/granite-4.0-h-1b- GGUF --hf-file granite-4.0-h-1b-IQ4_XS .gguf &
1515
1616 - name : Wait until it is ready
1717 shell : bash
You can’t perform that action at this time.
0 commit comments