Local Ai
Here's a uv one-liner that downloads and runs the MLX model against a local mp3 file uv run --with mlx-audio python -m mlx_audio.stt.generat…
Here's a uv one-liner that downloads and runs the MLX model against a local mp3 file uv run --with mlx-audio python -m mlx_audio.stt.generate --model mlx-community/VibeVoice-ASR-4bit --audio lenny.mp3
Here's a uv one-liner that downloads and runs the MLX model against a local mp3 file uv run --with mlx-audio python -m mlx_audio.stt.generate --model mlx-community/VibeVoice-ASR-4bit --audio lenny.mp3 --output-path lenny --format json --verbose --max-tokens 32768
Related
- Microsoft's MIT licensed VibeVoice speech-to-text model (think Whisper with speaker diarization) is really good - my notes on running the 5.…
- Got Microsoft's VibeVoice TTS running locally with OpenAI-compatible API — here's my setup
- kugel-2 model (VibeVoice finetune) repo is gone. Does anyone know why?
Source: Simon Willison (X) | 2026-04-27