switch to tags where possible (#80)
This commit is contained in:
@@ -15,8 +15,8 @@ let package = Package(
|
|||||||
targets: ["MLXMNIST"]),
|
targets: ["MLXMNIST"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/ml-explore/mlx-swift", branch: "main"),
|
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.12.1"),
|
||||||
.package(url: "https://github.com/huggingface/swift-transformers", from: "0.1.5"),
|
.package(url: "https://github.com/huggingface/swift-transformers", from: "0.1.8"),
|
||||||
.package(url: "https://github.com/1024jp/GzipSwift", from: "6.0.1"),
|
.package(url: "https://github.com/1024jp/GzipSwift", from: "6.0.1"),
|
||||||
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
|
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -2607,8 +2607,8 @@
|
|||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/huggingface/swift-transformers";
|
repositoryURL = "https://github.com/huggingface/swift-transformers";
|
||||||
requirement = {
|
requirement = {
|
||||||
branch = main;
|
kind = upToNextMajorVersion;
|
||||||
kind = branch;
|
minimumVersion = 0.1.8;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
C392736E2B60699100368D5D /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
|
C392736E2B60699100368D5D /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
|
||||||
@@ -2623,8 +2623,8 @@
|
|||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/ml-explore/mlx-swift";
|
repositoryURL = "https://github.com/ml-explore/mlx-swift";
|
||||||
requirement = {
|
requirement = {
|
||||||
branch = main;
|
kind = upToNextMajorVersion;
|
||||||
kind = branch;
|
minimumVersion = 0.12.1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
/* End XCRemoteSwiftPackageReference section */
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/ml-explore/mlx-swift",
|
"location" : "https://github.com/ml-explore/mlx-swift",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "main",
|
"revision" : "36d63a1fc386a551df14f5b67df1756dc17d2ebc",
|
||||||
"revision" : "d6d9472da5bf7ec2654e8914bd1d15622f45b6a9"
|
"version" : "0.12.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -78,8 +78,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/huggingface/swift-transformers",
|
"location" : "https://github.com/huggingface/swift-transformers",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "main",
|
"revision" : "fc6543263e4caed9bf6107466d625cfae9357f08",
|
||||||
"revision" : "fc6543263e4caed9bf6107466d625cfae9357f08"
|
"version" : "0.1.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user