foryoung365/Qwen3-ASR-1.7B-Q4_K_M-GGUF
2828
Qwen3-ASR-1.7B-Q4KM-GGUF
GGUF export of Qwen/Qwen3-ASR-1.7B for llama.cpp.
Files included:
Qwen3-ASR-1.7B-Q4_K_M.ggufmmproj-Qwen3-ASR-1.7B-Q4_K_M.gguf
Both files are required for audio transcription with llama.cpp multimodal support.
Tested command
llama-mtmd-cli.exe ^
-m Qwen3-ASR-1.7B-Q4_K_M.gguf ^
--mmproj mmproj-Qwen3-ASR-1.7B-Q4_K_M.gguf ^
--audio sample.wav ^
-p "Transcribe the audio." ^
-t 8 -n 256 --temp 0Notes
- Main model was converted from the original Hugging Face checkpoint to GGUF, then quantized to
Q4_K_M. mmprojwas exported from the original checkpoint asF16, then quantized toQ4_K_M.- This pair was locally tested with
llama-mtmd-clion Chinese audio.
