jaco-bro

↗ HN profile [ 23.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. ZML: Between Jax and Llama.cpp (jaco-bro.github.io)
  2. 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…

  3. 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…

  4. 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++…