Skip to content

Commit

Permalink
[CI] llama: bump WasmEdge to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dm4 committed Dec 25, 2024
1 parent dd080a5 commit e859c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
runner: [ubuntu-20.04, macos-m1]
wasmedge: ["0.13.5", "0.14.0"]
wasmedge: ["0.14.1"]
plugin: [wasi_nn-ggml]
job:
- name: "Tiny Llama"
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
--env image=monalisa.jpg \
target/wasm32-wasi/release/wasmedge-ggml-qwen2vl.wasm \
default \
<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\n<|vision_start|>{image_placeholder}<|vision_end|>what is in this picture?<|im_end|>\n<|im_start|>assistant\n"
$'<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\n<|vision_start|><image><|vision_end|>what is in this picture?<|im_end|>\n<|im_start|>assistant\n'
- name: Build llama-stream
run: |
Expand Down
Binary file modified wasmedge-ggml/qwen2vl/wasmedge-ggml-qwen2vl.wasm
Binary file not shown.

0 comments on commit e859c65

Please sign in to comment.