Skip to content

Commit 464258c

Browse files
dm4hydai
authored andcommitted
ci: remove Qwen2-VL test
Signed-off-by: dm4 <[email protected]>
1 parent 9d89967 commit 464258c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/llama.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -231,24 +231,6 @@ jobs:
231231
default \
232232
$'[INST] <<SYS>>\nYou are a helpful, respectful and honest assistant. Always output JSON format string.\n<</SYS>>\nGive me a JSON array of Apple products.[/INST]'
233233
234-
- name: Qwen2-VL
235-
shell: bash
236-
run: |
237-
test -f ~/.wasmedge/env && source ~/.wasmedge/env
238-
cd wasmedge-ggml/qwen2vl
239-
curl -LO https://huggingface.co/second-state/Qwen2-VL-2B-Instruct-GGUF/resolve/main/Qwen2-VL-2B-Instruct-vision-encoder.gguf
240-
curl -LO https://huggingface.co/second-state/Qwen2-VL-2B-Instruct-GGUF/resolve/main/Qwen2-VL-2B-Instruct-Q5_K_M.gguf
241-
curl -LO https://llava-vl.github.io/static/images/monalisa.jpg
242-
cargo build --target wasm32-wasip1 --release
243-
time wasmedge --dir .:. \
244-
--env n_gpu_layers="$NGL" \
245-
--nn-preload default:GGML:AUTO:Qwen2-VL-2B-Instruct-Q5_K_M.gguf \
246-
--env mmproj=Qwen2-VL-2B-Instruct-vision-encoder.gguf \
247-
--env image=monalisa.jpg \
248-
target/wasm32-wasip1/release/wasmedge-ggml-qwen2vl.wasm \
249-
default \
250-
$'<|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'
251-
252234
- name: Text-to-speech
253235
shell: bash
254236
run: |

0 commit comments

Comments
 (0)