File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525 strategy :
2626 matrix :
2727 runner : [ubuntu-20.04, macos-13, macos-m1]
28+ plugin : [wasi_nn-ggml, wasi_nn-ggml-b2334]
2829 job :
2930 - name : " Tiny Llama"
3031 run : |
@@ -163,7 +164,7 @@ jobs:
163164 - runner : macos-m1
164165 ngl : 100
165166
166- name : ${{ matrix.runner }} - ${{ matrix.job.name }}
167+ name : ${{ matrix.runner }} - ${{ matrix.job.name }} - ${{ matrix.plugin }}
167168 runs-on : ${{ matrix.runner }}
168169 steps :
169170 - uses : actions/checkout@v4
@@ -175,7 +176,7 @@ jobs:
175176 - name : Install WasmEdge + WASI-NN + GGML
176177 run : |
177178 VERSION=0.13.5
178- curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION --plugins wasi_nn-ggml
179+ curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION --plugins ${{ matrix.plugin }}
179180
180181 - name : Set environment variable
181182 run : echo "NGL=${{ matrix.ngl || 0 }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments