We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f512e commit 8c6af07Copy full SHA for 8c6af07
1 file changed
README.md
@@ -469,7 +469,7 @@ Enable the trait in Package.swift:
469
```swift
470
.package(
471
url: "https://github.com/huggingface/AnyLanguageModel.git",
472
- branch: "main",
+ from: "0.8.0",
473
traits: ["CoreML"]
474
)
475
```
@@ -555,7 +555,7 @@ Enable the trait in Package.swift:
555
556
557
558
559
traits: ["MLX"]
560
561
@@ -579,7 +579,7 @@ Enable the trait in Package.swift:
579
580
581
582
583
traits: ["Llama"]
584
585
0 commit comments