Skip to content

Commit f2e9c75

Browse files
committed
[CI] Fix missing space in model path argument in build-and-run workflow
1 parent 571d0e1 commit f2e9c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
cd ${{ github.workspace }}
125125
export PATH="$TORNADO_SDK/bin:$JAVA_HOME/bin:$PATH"
126126
./llama-tornado --gpu --opencl \
127-
--model$MODELS_DIR/Llama-3.2-1B-Instruct-Q8_0.gguf \
127+
--model $MODELS_DIR/Llama-3.2-1B-Instruct-Q8_0.gguf \
128128
--prompt "Say hello"
129129
- name: Q8 - Run Qwen3-0.6B-Q8_0.gguf
130130
run: |

0 commit comments

Comments
 (0)