- added GLM-4.6V to big tests
- added missing deps for python test
This commit is contained in:
Saba Fallah 2025-12-16 17:28:46 +01:00
parent 00d235700d
commit 87e4a00c4c
2 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,7 @@ if [ "$RUN_BIG_TESTS" = true ]; then
# add_test_vision "ggml-org/Qwen2.5-VL-32B-Instruct-GGUF:Q4_K_M" # does not work on my mac M3 Ultra
# add_test_vision "ggml-org/Kimi-VL-A3B-Thinking-2506-GGUF:Q4_K_M" # not always working
add_test_vision "sabafallah/DeepSeek-OCR-GGUF:q8_0" -p "Free OCR." --chat-template deepseek-ocr
add_test_vision "ggml-org/GLM-4.6V-Flash-GGUF:Q4_K_M" -p "extract all texts from this image"
add_test_audio "ggml-org/ultravox-v0_5-llama-3_1-8b-GGUF:Q4_K_M"
add_test_audio "ggml-org/Qwen2.5-Omni-7B-GGUF:Q4_K_M"

View File

@ -1,3 +1,5 @@
sentence-transformers
transformers
tokenizers
torch
torchvision