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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ print("Files downloaded to: \(modelDirectory.path)")
86
86
The `Models` and `Generation` modules provide handy utilities when working with language models in CoreML. Check out our
87
87
example converting and running Mistral 7B using CoreML [here](https://github.com/huggingface/swift-transformers/tree/main/Examples).
88
88
89
+
The [modernization of Core ML](https://github.com/huggingface/swift-transformers/pull/257) and corresponding examples were primarily contributed by @joshnewnham, @1duo, @alejandro-isaza, @aseemw. Thank you 🙏
90
+
89
91
## Usage via SwiftPM
90
92
91
93
To use `swift-transformers` with SwiftPM, you can add this to your `Package.swift`:
0 commit comments