We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66555c9 commit c937d4aCopy full SHA for c937d4a
1 file changed
.github/workflows/build-and-run.yml
@@ -177,14 +177,14 @@ jobs:
177
cd ${{ github.workspace }}
178
export PATH="$TORNADOVM_HOME/bin:$JAVA_HOME/bin:$PATH"
179
./llama-tornado --gpu --${{ matrix.backend.name }} \
180
- --model /$MODELS_DIR/Phi-3-mini-4k-instruct-fp16.gguf \
+ --model $MODELS_DIR/Phi-3-mini-4k-instruct-fp16.gguf \
181
--prompt "Say hello"
182
- name: FP16 - Run Granite-3.2-2b-instruct-f16.gguf
183
run: |
184
185
186
187
- --model /$MODELS_DIR/granite-3.2-2b-instruct-f16.gguf \
+ --model $MODELS_DIR/granite-3.2-2b-instruct-f16.gguf \
188
189
- name: FP16 - Run Granite-4.0-1b-F16.gguf
190
0 commit comments