Views
No views yet
Qwen/Qwen3-ASR-0.6B,
for use with the mlx-qwen3-asr package on Apple Silicon.nn.quantize)1from mlx_qwen3_asr import transcribe
2result = transcribe("audio.wav", model="Six666/mlx-qwen3-asr-0.6b-8bit")
3print(result.text)mlx-qwen3-asr audio.wav --model Six666/mlx-qwen3-asr-0.6b-8bitNote: produced withmlx-qwen3-asr's own converter. Themlx-community/Qwen3-ASR-*quantized repos use mlx-audio's layer naming and will not load with this package.