@@ -18,7 +18,7 @@ let package = Package(
1818 . package ( url: " https://github.com/ml-explore/mlx-swift " , from: " 0.12.1 " ) ,
1919 . package ( url: " https://github.com/huggingface/swift-transformers " , from: " 1.0.0 " ) ,
2020 . package ( url: " https://github.com/apple/swift-async-algorithms " , from: " 1.0.0 " ) ,
21- . package ( url: " https://github.com/ml-explore/mlx-swift-examples / " , branch : " main " ) ,
21+ . package ( url: " https://github.com/ml-explore/mlx-swift-lm / " , . upToNextMinor ( from : " 2.29.1 " ) ) ,
2222 . package ( url: " https://github.com/apple/swift-crypto.git " , . upToNextMajor( from: " 3.10.1 " ) ) ,
2323 ] ,
2424 targets: [
@@ -35,7 +35,7 @@ let package = Package(
3535 . product( name: " MLXLinalg " , package : " mlx-swift " ) ,
3636 . product( name: " Transformers " , package : " swift-transformers " ) ,
3737 . product( name: " AsyncAlgorithms " , package : " swift-async-algorithms " ) ,
38- . product( name: " MLXLLM " , package : " mlx-swift-examples " ) ,
38+ . product( name: " MLXLLM " , package : " mlx-swift-lm " ) ,
3939 . product( name: " Crypto " , package : " swift-crypto " ) ,
4040 ] ,
4141 path: " intelligence/swift/src "
0 commit comments