Skip to content

Commit 87e4a00

Browse files
committed
minor
- added GLM-4.6V to big tests - added missing deps for python test
1 parent 00d2357 commit 87e4a00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tools/mtmd/tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ if [ "$RUN_BIG_TESTS" = true ]; then
108108
# add_test_vision "ggml-org/Qwen2.5-VL-32B-Instruct-GGUF:Q4_K_M" # does not work on my mac M3 Ultra
109109
# add_test_vision "ggml-org/Kimi-VL-A3B-Thinking-2506-GGUF:Q4_K_M" # not always working
110110
add_test_vision "sabafallah/DeepSeek-OCR-GGUF:q8_0" -p "Free OCR." --chat-template deepseek-ocr
111+
add_test_vision "ggml-org/GLM-4.6V-Flash-GGUF:Q4_K_M" -p "extract all texts from this image"
111112

112113
add_test_audio "ggml-org/ultravox-v0_5-llama-3_1-8b-GGUF:Q4_K_M"
113114
add_test_audio "ggml-org/Qwen2.5-Omni-7B-GGUF:Q4_K_M"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
sentence-transformers
22
transformers
33
tokenizers
4+
torch
5+
torchvision

0 commit comments

Comments
 (0)