Replies: 1 comment 1 reply
-
No it's not yet supported. If the structure of those adapters is pretty similar to the MLX ones it should be fairly easy to implement. Do you have a PEFT adapter you were interested in that we can look at the format of? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to load huggingface PEFT format LORA adapters in mlx?
I understand that it's possible to use LORA adapters in mlx by supplying the
--adapter-path
parameter when loading a model. However, as far as I can tell this only supports LORA adapters that have been created using mlx. Is it possible to load huggingface PEFT format adapters instead?Beta Was this translation helpful? Give feedback.
All reactions