huggingface / swift-transformers

Swift Package to implement a transformers-like API in Swift
Apache License 2.0
718 stars 80 forks source link

Swift Version #24

Closed juanpablofernandez closed 10 months ago

juanpablofernandez commented 11 months ago

Have you considered lowering the minimum swift version required to use the package?

pcuenca commented 11 months ago

Hello @juanpablofernandez! As this is meant as an in-progress technology demonstration, I'd rather use the latest version for now. I'd prefer not to worry about backwards compatibility until the project is more mature, if possible. Is there anything specific that a previous Swift version would help with?

pcuenca commented 10 months ago

Closing for now. Feel free to reopen if you need to support older versions in production, and we can assess the effort!