Implement MLX-LM For Completely Local Fine Tunes #872
Replies: 3 comments 1 reply
-
|
Kiln prepares the data and runs the model when fine tuning, but doesn’t manage the tuning process. You need to bring your own tuning engine, a cloud one like fireworks or a local one like unsloth. AFAIK there isn’t a great option for MLX tuning now. |
Beta Was this translation helpful? Give feedback.
-
|
Even if Kiln does not want to own the tuning engine itself, MLX-LM support could still be valuable if there is a clean adapter point for local Mac-based fine-tuning workflows. A lot of people want the data prep and evaluation structure from tools like Kiln while keeping the actual training loop under their own control. |
Beta Was this translation helpful? Give feedback.
-
|
It can work with any API, local or cloud. The cloud folks tend to have simple APIs that take training datasets and a few params in well known format. The local ones tend to have lower level APIs that are super powerful, but require custom code/notebook per model (like unsloth). Both have their advantages but they are different types of users. Exporting datasets is the current solve for more powerful tools like unsloth. You get kilns dataset management/creation, unsloths powerful code config. Something like axolot might be the balance between them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Could the Apple MLX-LM framework be implemented so that a user could in theory complete a full local fine tune of an MLX model on their Mac?
Beta Was this translation helpful? Give feedback.
All reactions