summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Package.swift2
l---------spm-headers/ggml.h1
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