huggingface / swift-transformers

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

Use default session config, with option for background session #64

Closed ZachNagengast closed 3 months ago

ZachNagengast commented 3 months ago

Prevents requests from getting rate limited by the OS, but still allows usage of background thread for developers that handle it appropriately.

See discussions here #61 #59 #46