Skip to content

Commit 694416c

Browse files
committed
fix: add Mistral 7B example
1 parent f82a0dc commit 694416c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Those familiar with the [`transformers`](https://github.com/huggingface/transfor
1818

1919
## Rationale & Overview
2020

21-
Check out [our announcement post](https://huggingface.co/blog/swift-coreml-llm).
21+
Check out [our announcement post](https://huggingface.co/blog/swift-coreml-llm) and our [1.0 release post](https://huggingfce.co/blog/swift-transformers) for more context on why we built this library.
2222

2323
## Examples
2424

@@ -81,6 +81,11 @@ let modelDirectory: URL = try await Hub.snapshot(
8181
print("Files downloaded to: \(modelDirectory.path)")
8282
```
8383

84+
### CoreML Integration
85+
86+
The `Models` and `Generation` modules provide handy utilities when working with language models in CoreML. Check out our
87+
example converting and running Mistral 7B using CoreML [here](https://github.com/huggingface/swift-transformers/tree/main/Examples).
88+
8489
## Usage via SwiftPM
8590

8691
To use `swift-transformers` with SwiftPM, you can add this to your `Package.swift`:

0 commit comments

Comments
 (0)