Good catch, that works fine too: uv run –with mlx-audio mlx_audio.stt.generate –help
OPEN SOURCE
-

MLX one-liner downloads runs VibeVoice ASR model locally
By
–
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 -
VibeVoice: MIT-Licensed Speech-to-Text with Diarization
By
–
Microsoft's MIT licensed VibeVoice speech-to-text model (think Whisper with speaker diarization) is really good – my notes on running the 5.71GB 4bit MLX conversion on an M5 MacBook, using about 60GB of RAM at peak and transcribing 1hr of audio in ~9 mins
-
Growing Gap Between Open-Source and Frontier AI Models
By
–
this is why there is a massive (growing) gap between open-source and the frontier
-
Symphony: AI Orchestration Layer Connects Issues to Code Agents
By
–
Symphony: a minimal orchestration layer for Codex It connects issue trackers like Linear to coding agents, so each task can spin up its own Codex session In a nutshell: open issue → assign agent → generate PR → human review
-
Oracle Devs recognized for open-source AI project contributions
By
–
Shoutout to @oracledevs for the help with this piece! I learned so much along the way Also, big Kudos to them for all their hard work on these open-source projects.
-
LlamaCPP Announces Exciting Developments Coming Soon
By
–
Expect cool stuff from llamacpp in the coming weeks!
-

Releasing AI Model Weights: Who Should Be Asked Next?
By
–
This is how it's done! Who else should we ask to release weights?
-

Xiaomi MiMo-V2.5 Released on Hugging Face
By
–
Xiaomi MiMo-V2.5 is out on Hugging Face https://
huggingface.co/collections/Xi
aomiMiMo/mimo-v25
… -

Keras Kinetic v0.0.2 Alpha: Modal-like TPU Training API
By
–
Keras Kinetic has a new alpha release: v0.0.2! Including a new docs website: http://
kinetic.readthedocs.io Kinetic is my favorite new release from the Keras team: a super simple Modal-like API to run training jobs on TPU.