Skip to content

Commit e974923

Browse files
authored
docs: listing qwen3-asr and qwen3-omni as supported (ggml-org#21857)
* docs: listing qwen3-asr and qwen3-omni as supported * nits
1 parent 1c0d908 commit e974923

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/multimodal.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ NOTE: some models may require large context window, for example: `-c 8192`
114114

115115
# Mistral's Voxtral
116116
(tool_name) -hf ggml-org/Voxtral-Mini-3B-2507-GGUF
117+
118+
# Qwen3-ASR
119+
(tool_name) -hf ggml-org/Qwen3-ASR-0.6B-GGUF
120+
(tool_name) -hf ggml-org/Qwen3-ASR-1.7B-GGUF
117121
```
118122

119123
**Mixed modalities**:
@@ -124,6 +128,11 @@ NOTE: some models may require large context window, for example: `-c 8192`
124128
(tool_name) -hf ggml-org/Qwen2.5-Omni-3B-GGUF
125129
(tool_name) -hf ggml-org/Qwen2.5-Omni-7B-GGUF
126130

131+
# Qwen3 Omni
132+
# Capabilities: audio input, vision input
133+
(tool_name) -hf ggml-org/Qwen3-Omni-30B-A3B-Instruct-GGUF
134+
(tool_name) -hf ggml-org/Qwen3-Omni-30B-A3B-Thinking-GGUF
135+
127136
# Gemma 4
128137
# Capabilities: audio input, vision input
129138
(tool_name) -hf ggml-org/gemma-4-E2B-it-GGUF

tools/mtmd/tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ add_test_audio "ggml-org/Qwen2.5-Omni-3B-GGUF:Q4_K_M"
9898
add_test_audio "ggml-org/Voxtral-Mini-3B-2507-GGUF:Q4_K_M"
9999
add_test_audio "ggml-org/LFM2-Audio-1.5B-GGUF:Q8_0"
100100
add_test_audio "ggml-org/gemma-4-E2B-it-GGUF:Q8_0" --jinja
101+
add_test_audio "ggml-org/Qwen3-ASR-0.6B-GGUF:Q8_0"
101102

102103
# to test the big models, run: ./tests.sh big
103104
if [ "$RUN_BIG_TESTS" = true ]; then

0 commit comments

Comments
 (0)