Skip to content

Commit 1944e38

Browse files
committed
[CI] Add new model Phi-3-mini-4k-instruct-fp16.gguf test to build-and-run workflow
1 parent d431226 commit 1944e38

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ jobs:
104104
./llama-tornado --gpu --opencl \
105105
--model /opt/models/qwen2.5-1.5b-instruct-fp16.gguf \
106106
--prompt "Say hello"
107+
- name: Run Phi-3-mini-4k-instruct-fp16.gguf
108+
run: |
109+
cd ${{ github.workspace }}
110+
export PATH="$TORNADO_SDK/bin:$JAVA_HOME/bin:$PATH"
111+
which tornado || { echo "::error::tornado not found at runtime"; exit 1; }
112+
./llama-tornado --gpu --opencl \
113+
--model /opt/models/Phi-3-mini-4k-instruct-fp16.gguf \
114+
--prompt "Say hello"
107115
# - name: Run Llama-3.2-1B-Instruct-Q8_0.gguf
108116
# run: |
109117
# set -x

0 commit comments

Comments
 (0)