Skip to content

Commit 64349d9

Browse files
authored
Disable Llama-3.2-1B-Instruct-Q8_0 model execution
Comment out the Llama-3.2-1B-Instruct-Q8_0 model run section in the workflow.
1 parent cd9d72c commit 64349d9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,6 @@ jobs:
8686
./llama-tornado --gpu --opencl \
8787
--model /home/michalis/models/Llama-3.2-1B-Instruct-F16.gguf \
8888
--prompt "Say hello"
89-
# - name: Run Llama-3.2-1B-Instruct-Q8_0.gguf
90-
# run: |
91-
# set -x
92-
# cd ${{ github.workspace }}
93-
# export PATH="$TORNADO_SDK/bin:$JAVA_HOME/bin:$PATH"
94-
# which tornado || { echo "::error::tornado not found at runtime"; exit 1; }
95-
# ./llama-tornado --gpu --opencl \
96-
# --model /opt/models/Llama-3.2-1B-Instruct-Q8_0.gguf \
97-
# --prompt "Say hello"
9889
- name: Run Qwen3-4B-f16.gguf
9990
run: |
10091
set -x
@@ -104,6 +95,15 @@ jobs:
10495
./llama-tornado --gpu --opencl \
10596
--model /opt/models/Qwen3-4B-f16.gguf \
10697
--prompt "Say hello"
98+
# - name: Run Llama-3.2-1B-Instruct-Q8_0.gguf
99+
# run: |
100+
# set -x
101+
# cd ${{ github.workspace }}
102+
# export PATH="$TORNADO_SDK/bin:$JAVA_HOME/bin:$PATH"
103+
# which tornado || { echo "::error::tornado not found at runtime"; exit 1; }
104+
# ./llama-tornado --gpu --opencl \
105+
# --model /opt/models/Llama-3.2-1B-Instruct-Q8_0.gguf \
106+
# --prompt "Say hello"
107107
# - name: Run Qwen3-4B-Q8_0.gguf
108108
# run: |
109109
# set -x

0 commit comments

Comments
 (0)