File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Add this package to your `Package.swift`:
9898
9999``` swift
100100dependencies: [
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:
126126dependencies: [
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
You can’t perform that action at this time.
0 commit comments