Skip to content

Commit

Permalink
pointed ggml dependency to layla-build in swift package
Browse files Browse the repository at this point in the history
  • Loading branch information
l3utterfly committed Jan 21, 2024
1 parent 6432b1d commit df2a4dc
Showing 1 changed file with 1 addition and 1 deletion.
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("release"))
.package(url: "https://github.com/l3utterfly/ggml.git", .branch("layla-build"))
],
targets: [
.target(
Expand Down

0 comments on commit df2a4dc

Please sign in to comment.