huggingface / exporters

Export Hugging Face models to Core ML and TensorFlow Lite
Apache License 2.0
622 stars 46 forks source link

llama possible ? #39

Closed x4080 closed 1 year ago

x4080 commented 1 year ago

from this tweet https://twitter.com/pcuenq/status/1664605575882366980?s=20, it seems possible ?

TimYao18 commented 1 year ago

This project support llama. You can try it using hugging face version llama model.

pcuenca commented 1 year ago

Yes, Llama should work. You can also use https://huggingface.co/spaces/coreml-projects/transformers-to-coreml to run your conversion.

x4080 commented 1 year ago

cool thanks