mlx-swift-examples
mlx-swift-examples copied to clipboard
Model encrypting
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! ☺️
No, MLX does not have this feature, though I think you could probably build something like that. Key management is the tricky part.
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.
Sure, if you have an idea about how to do it, go for it!