mlx-swift-examples icon indicating copy to clipboard operation
mlx-swift-examples copied to clipboard

Model encrypting

Open hongbo-miao opened this issue 1 month ago • 3 comments

I have a fine-tuned model. I am wondering whether mlx-swift-examples supports something like “Encrypting a Model in Your App”: https://developer.apple.com/documentation/coreml/encrypting-a-model-in-your-app

Thank you! ☺️

hongbo-miao avatar Oct 24 '25 00:10 hongbo-miao

No, MLX does not have this feature, though I think you could probably build something like that. Key management is the tricky part.

davidkoski avatar Oct 24 '25 00:10 davidkoski

Thanks for the info, @davidkoski! Would it make sense to support this on the mlx-swift-examples side? It would reduce the amount of work required for developers.

hongbo-miao avatar Oct 24 '25 02:10 hongbo-miao

Sure, if you have an idea about how to do it, go for it!

davidkoski avatar Oct 24 '25 03:10 davidkoski