jaco-bro
- Karma
- 0
- Created
- ()
- Submissions
- 0
- ZML: Between Jax and Llama.cpp (jaco-bro.github.io)
- The Vulgar Script: The Alliance Against Open AI (jaco-bro.github.io)
- Show HN: Text to Speech on TPU with Dia-Jax (github.com)
JAX port of the Dia TTS model (1.6B params) from Nari Labs for inference on any machine. pip install diajax==0.0.7 dia --text "Hey, I'm really sorry for getting back to you so late. (cough) But voice cloning is just…
-
I've created a JAX port of Dia, the 1.6B parameter text-to-speech model that generates realistic dialogue from transcripts. This experimental port explores running Dia with JAX's functional paradigm and hardware…
- Show HN: MLX.zig – Llama 3.2 in Zig (github.com)
MLX.zig is a Zig language binding for Apple's MLX framework. It enables building and running LLMs directly in Zig without external build tools. The repository includes: 1. A pure Zig build system that handles all C/C++…