We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877ee49 commit 8503fd1Copy full SHA for 8503fd1
README.md
@@ -67,7 +67,7 @@ Add this package to your `Package.swift`:
67
68
```swift
69
dependencies: [
70
- .package(url: "https://github.com/mattt/AnyLanguageModel", from: "0.4.0")
+ .package(url: "https://github.com/mattt/AnyLanguageModel", from: "0.5.0")
71
]
72
```
73
@@ -95,7 +95,7 @@ To enable specific traits, specify them in your package's dependencies:
95
96
.package(
97
url: "https://github.com/mattt/AnyLanguageModel.git",
98
- branch: "main",
+ from: "0.5.0",
99
traits: ["CoreML", "MLX"] // Enable CoreML and MLX support
100
)
101
0 commit comments