change dependency

This commit is contained in:
fkunn1326
2024-08-04 08:58:18 +09:00
parent 92e00ea83d
commit f840f7bea4

View File

@ -41,7 +41,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.0.0")),
// local package
.package(url: "https://github.com/fkunn1326/llama.cpp", branch: "d43abbf"),
.package(url: "https://github.com/ensan-hcl/llama.cpp", branch: "b5cc30f"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.