Core ML

Conversion script (PyTorch to CoreML)

#1
by mrdbourke - opened

Hey there,

Thank you so much for these models as well as the demo iOS app.

I was wondering if you had the code for converting the model from its PyTorch form to CoreML?

I would love to see how it's done so I could potentially do the same for other models.

Thank you,

Daniel

Well, I did something like this ~8 months ago, you can clone the repo from
https://huggingface.co/Norod78/CoreML-MobileCLIP-S0/tree/main
and use the notebook there

Sign up or log in to comment