Skip to content

Commit 91c2e8d

Browse files
authored
Enhance build-and-run workflow with llama-tornado help
Added help command for llama-tornado and adjusted PATH export.
1 parent 0c6ad40 commit 91c2e8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
which tornado || { echo "::error::tornado unavailable during GPULlama3 build"; exit 1; }
8282
tornado --version
8383
make
84+
./llama-tornado --help
8485
8586
test-models:
8687
runs-on: self-hosted
@@ -121,9 +122,8 @@ jobs:
121122
run: |
122123
set -x
123124
cd ${{ github.workspace }}
124-
125-
export PATH="$TORNADO_SDK/bin:$JAVA_HOME/bin:$PATH"
126125
echo "Using Tornado SDK: $TORNADO_SDK"
126+
export PATH="$TORNADO_SDK/bin:$JAVA_HOME/bin:$PATH"
127127
128128
./llama-tornado --gpu --opencl \
129129
--model "${{ matrix.model }}" \

0 commit comments

Comments
 (0)