huggingface / swift-transformers

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

CI Tests and SPI Docs #65

Closed ZachNagengast closed 6 months ago

ZachNagengast commented 6 months ago

This will run all the tests on PRs. Future work will be to run all the tests on each supported platform. This would be similar to the checks that swift package index is doing, which are now displayed in the readme.

image

Additionally, added the .spi.yml needed for swift package index to auto generate docs on their website.