Views
No views yet
1# transcribe a file (auto-selects CUDA/vLLM or Apple-Silicon/mlx-audio)
2uv run python examples/simple.py recording.m4a --language he1from mlx_audio.stt import load
2
3model = load("flowty1/qwen-asr-0.6b-he")
4out = model.generate(audio_16k_mono_float32, language="Hebrew")
5print(out.text)Qwen3ASRForConditionalGeneration model and uses the Qwen3-ASR runtime.
See the companion repo above or the upstream
Qwen3-ASR project for the vLLM/transformers
inference toolkit.temperature = 0), which is the most reliable baseline. If you see looping,
the most effective levers are a repetition penalty (~1.1–1.3) and capping
max new tokens. The companion repo exposes these as environment variables and
applies an additional deterministic repetition-cleanup pass.