diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-01-11 21:31:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 21:31:31 +0200 |
commit | 3ba5b8ca8e6181a5c712c5b77595a29f1d3e2b97 (patch) | |
tree | 321212a8eb7a728aea6029f3caa813ebd871ead1 | |
parent | 4330bd83feb39683de4bd7a34cfcf672ff8ac3e4 (diff) |
swift : pin ggml commit + remove ggml.h from spm-headers (#4878)
ggml-ci
-rw-r--r-- | Package.swift | 2 | ||||
l--------- | spm-headers/ggml.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Package.swift b/Package.swift index 583e2e27..59191da4 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( .library(name: "llama", targets: ["llama"]), ], dependencies: [ - .package(url: "https://github.com/ggerganov/ggml.git", .branch("master")) + .package(url: "https://github.com/ggerganov/ggml.git", .revision("979cc23b345006504cfc1f67c0fdf627805e3319")) ], targets: [ .target( diff --git a/spm-headers/ggml.h b/spm-headers/ggml.h deleted file mode 120000 index 39215298..00000000 --- a/spm-headers/ggml.h +++ /dev/null @@ -1 +0,0 @@ -../ggml.h
\ No newline at end of file |