Skip to content

Commit 1be5d43

Browse files
authored
[CI] llama: add tests for plugins from registry (second-state#118)
Signed-off-by: dm4 <dm4@secondstate.io>
1 parent c828a39 commit 1be5d43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/llama.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)