Skip to content

Commit

Permalink
swift : pin ggml commit + remove ggml.h from spm-headers (ggerganov#4878
Browse files Browse the repository at this point in the history
)

ggml-ci
  • Loading branch information
ggerganov authored Jan 11, 2024
1 parent 4330bd8 commit 3ba5b8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 0 additions & 1 deletion spm-headers/ggml.h

This file was deleted.

0 comments on commit 3ba5b8c

Please sign in to comment.