diff options
Diffstat (limited to 'Package.swift')
-rw-r--r-- | Package.swift | 2 |
1 files changed, 1 insertions, 1 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( |