Skip to content

Commit 163f385

Browse files
committed
Bump version to 0.8.0
1 parent 46187c2 commit 163f385

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Add this package to your `Package.swift`:
9898

9999
```swift
100100
dependencies: [
101-
.package(url: "https://github.com/mattt/AnyLanguageModel", from: "0.7.0")
101+
.package(url: "https://github.com/mattt/AnyLanguageModel", from: "0.8.0")
102102
]
103103
```
104104

@@ -126,7 +126,7 @@ To enable specific traits, specify them in your package's dependencies:
126126
dependencies: [
127127
.package(
128128
url: "https://github.com/mattt/AnyLanguageModel.git",
129-
from: "0.7.0",
129+
from: "0.8.0",
130130
traits: ["CoreML", "MLX"] // Enable CoreML and MLX support
131131
)
132132
]
@@ -143,7 +143,7 @@ dependencies: [
143143
> dependencies: [
144144
> .package(
145145
> url: "https://github.com/mattt/AnyLanguageModel.git",
146-
> from: "0.7.0",
146+
> from: "0.8.0",
147147
> traits: ["CoreML", "MLX", "Llama"]
148148
> ),
149149
> .package(url: "https://github.com/huggingface/swift-transformers", from: "1.0.0"), // CoreML

0 commit comments

Comments
 (0)