Skip to content

Commit ef48e8f

Browse files
committed
add more tests
1 parent d03c240 commit ef48e8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/mtmd/tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ if [ "$RUN_BIG_TESTS" = true ]; then
8282
add_test_vision "ggml-org/Qwen2.5-VL-7B-Instruct-GGUF:Q4_K_M"
8383
add_test_vision "ggml-org/InternVL3-8B-Instruct-GGUF:Q4_K_M"
8484
add_test_vision "ggml-org/InternVL3-14B-Instruct-GGUF:Q4_K_M"
85+
add_test_vision "ggml-org/Qwen2.5-Omni-7B-GGUF:Q4_K_M"
8586
# add_test_vision "ggml-org/Qwen2.5-VL-32B-Instruct-GGUF:Q4_K_M" # does not work on my mac M3 Ultra
87+
88+
add_test_audio "ggml-org/ultravox-v0_5-llama-3_1-8b-GGUF:Q4_K_M"
89+
add_test_audio "ggml-org/Qwen2.5-Omni-7B-GGUF:Q4_K_M"
8690
fi
8791

8892
# to test the huge models, run: ./tests.sh huge

0 commit comments

Comments
 (0)