How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="foryoung365/Qwen3-ASR-1.7B-Q4_K_M-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "\"sample1.flac\""
)

Qwen3-ASR-1.7B-Q4_K_M-GGUF

GGUF export of Qwen/Qwen3-ASR-1.7B for llama.cpp.

Files included:

  • Qwen3-ASR-1.7B-Q4_K_M.gguf
  • mmproj-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 0

Notes

  • Main model was converted from the original Hugging Face checkpoint to GGUF, then quantized to Q4_K_M.
  • mmproj was exported from the original checkpoint as F16, then quantized to Q4_K_M.
  • This pair was locally tested with llama-mtmd-cli on Chinese audio.
Downloads last month
478
GGUF
Model size
2B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for foryoung365/Qwen3-ASR-1.7B-Q4_K_M-GGUF

Quantized
(36)
this model