Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
import CompilerPluginSupport

let llamaVersion = "b6497"
let llamaVersion = "b6519"

// MARK: - Package Dependencies

Expand Down Expand Up @@ -155,7 +155,7 @@ packageTargets.append(contentsOf: [
name: "LocalLLMClientLlamaFramework",
url:
"https://github.com/ggml-org/llama.cpp/releases/download/\(llamaVersion)/llama-\(llamaVersion)-xcframework.zip",
checksum: "143d82f028d13cd46ad3a718c7fa64205f6160a9456c02d0878b9abb656b7320"
checksum: "df054bcebc3363f2e21d0c9a18a7f9e0ee4e5ff44d458fa665b0cc0cc64d6fde"
),
.target(
name: "LocalLLMClientLlamaC",
Expand Down
2 changes: 1 addition & 1 deletion Sources/LocalLLMClientLlamaC/exclude/llama.cpp
Submodule llama.cpp updated 353 files
Loading