huggingface / exporters

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

Remove gpt-bigcode workarounds #47

Closed pcuenca closed 1 year ago

pcuenca commented 1 year ago

When the fixes have been released upstream in coremltools. Reference: https://github.com/huggingface/exporters/blob/57115034cb176f08a10b26772ccbf9e44d52a22d/src/exporters/coreml/models.py#L253

pcuenca commented 1 year ago

This was addressed in #53