# [Show and Tell] Local LoRA fine-tuning pipeline for Fish-Speech S2 Pro #3732
brickheadbs
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Here is a local training and fine-tuning pipeline for Fish-Speech S2 Pro written in MLX, co-authored with an AI developer crew (Fable 5, ChatGPT 5, Claude 4, and Gemini 3).
Official training is CUDA-only, but this project allows you to run the entire fine-tuning loop (from raw audio to merged weights) locally on Apple Silicon.
Key Implementation Details
seq[:-1]predictingseq[1:]) to both slow and fast loss components.Repository
The code is hosted publicly at: github.com/brickheadbs/mlx-fish-speech-finetuning
Feedback, optimization suggestions, and contributions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions