We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571d0e1 commit f2e9c75Copy full SHA for f2e9c75
.github/workflows/build-and-run.yml
@@ -124,7 +124,7 @@ jobs:
124
cd ${{ github.workspace }}
125
export PATH="$TORNADO_SDK/bin:$JAVA_HOME/bin:$PATH"
126
./llama-tornado --gpu --opencl \
127
- --model$MODELS_DIR/Llama-3.2-1B-Instruct-Q8_0.gguf \
+ --model $MODELS_DIR/Llama-3.2-1B-Instruct-Q8_0.gguf \
128
--prompt "Say hello"
129
- name: Q8 - Run Qwen3-0.6B-Q8_0.gguf
130
run: |
0 commit comments