fix ci for cuda build

This commit is contained in:
fkunn1326
2024-09-14 09:25:24 +09:00
parent 3215fb7470
commit 28b327bbc4
2 changed files with 17 additions and 3 deletions

View File

@ -81,7 +81,7 @@ var targets: [Target] = [
#if !(os(Windows))
dependencies.append(
.package(url: "https://github.com/ensan-hcl/llama.cpp", branch: "b5cc30f"),
.package(url: "https://github.com/ensan-hcl/llama.cpp", branch: "b5cc30f")
)
#endif