File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ jobs:
9595 # ./llama-tornado --gpu --opencl \
9696 # --model /opt/models/Llama-3.2-1B-Instruct-Q8_0.gguf \
9797 # --prompt "Say hello"
98- # - name: Run Qwen3-4B-f16.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/Qwen3-4B-f16.gguf \
106- # --prompt "Say hello"
98+ - name : Run Qwen3-4B-f16.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/Qwen3-4B-f16.gguf \
106+ --prompt "Say hello"
107107 # - name: Run Qwen3-4B-Q8_0.gguf
108108 # run: |
109109 # set -x
You can’t perform that action at this time.
0 commit comments