You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,29 @@ Encoder-decoder models such as T5 and Flan are currently _not supported_. They a
51
51
-[`exporters`](https://github.com/huggingface/exporters), a Core ML conversion package for transformers models, based on Apple's [`coremltools`](https://github.com/apple/coremltools).
52
52
-[`transformers-to-coreml`](https://huggingface.co/spaces/coreml-projects/transformers-to-coreml), a no-code Core ML conversion tool built on `exporters`.
53
53
54
+
## SwiftPM
55
+
56
+
To use `swift-transformers` with SwiftPM, you can add this to your `Package.swift`:
0 commit comments