Skip to content

Commit 8c6af07

Browse files
committed
Update code examples to use from: instead of branch: main
1 parent e8f512e commit 8c6af07

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
@@ -469,7 +469,7 @@ Enable the trait in Package.swift:
469469
```swift
470470
.package(
471471
url: "https://github.com/huggingface/AnyLanguageModel.git",
472-
branch: "main",
472+
from: "0.8.0",
473473
traits: ["CoreML"]
474474
)
475475
```
@@ -555,7 +555,7 @@ Enable the trait in Package.swift:
555555
```swift
556556
.package(
557557
url: "https://github.com/huggingface/AnyLanguageModel.git",
558-
branch: "main",
558+
from: "0.8.0",
559559
traits: ["MLX"]
560560
)
561561
```
@@ -579,7 +579,7 @@ Enable the trait in Package.swift:
579579
```swift
580580
.package(
581581
url: "https://github.com/huggingface/AnyLanguageModel.git",
582-
branch: "main",
582+
from: "0.8.0",
583583
traits: ["Llama"]
584584
)
585585
```

0 commit comments

Comments
 (0)