File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ llama-mtmd-cli -hf ggml-org/Qwen2-VL-7B-Instruct-GGUF
42
42
# Qwen 2.5 VL
43
43
llama-mtmd-cli -hf ggml-org/Qwen2.5-VL-3B-Instruct-GGUF
44
44
llama-mtmd-cli -hf ggml-org/Qwen2.5-VL-7B-Instruct-GGUF
45
- llama-mtmd-cli -hf ggml-org/Qwen2.5-VL-32B-Instruct-GGUF
46
45
llama-mtmd-cli -hf ggml-org/Qwen2.5-VL-72B-Instruct-GGUF
46
+ # NOTE: Qwen2.5-VL-32B text-only model is currently unusable
47
47
```
48
48
49
49
## How it works and what is ` mmproj ` ?
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ if [ "$RUN_BIG_TESTS" = true ]; then
58
58
add_test " llama-mtmd-cli" " ggml-org/Qwen2-VL-7B-Instruct-GGUF:Q4_K_M"
59
59
add_test " llama-mtmd-cli" " ggml-org/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M"
60
60
add_test " llama-mtmd-cli" " ggml-org/Qwen2.5-VL-7B-Instruct-GGUF:Q4_K_M"
61
- add_test " llama-mtmd-cli" " ggml-org/Qwen2.5-VL-32B-Instruct-GGUF:Q4_K_M"
61
+ # add_test "llama-mtmd-cli" "ggml-org/Qwen2.5-VL-32B-Instruct-GGUF:Q4_K_M" # text model is broken, not sure why
62
62
# add_test "llama-mtmd-cli" "ggml-org/Qwen2.5-VL-72B-Instruct-GGUF:Q4_K_M" # too big
63
63
fi
64
64
You can’t perform that action at this time.
0 commit comments