Skip to content

Commit 567bb50

Browse files
committed
update llama cpp
1 parent b27f9fd commit 567bb50

File tree

2 files changed

+174
-11
lines changed

2 files changed

+174
-11
lines changed

Cargo.lock

Lines changed: 168 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/llama/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ openmp = ["llama-cpp-2/openmp"]
1616
hypr-gguf = { workspace = true }
1717

1818
encoding_rs = "0.8.35"
19-
llama-cpp-2 = { git = "https://github.com/yujonglee/llama-cpp-rs", default-features = false, branch = "update-llama-cpp-2025-06-25" }
20-
llama-cpp-sys-2 = { git = "https://github.com/yujonglee/llama-cpp-rs", default-features = false, branch = "update-llama-cpp-2025-06-25" }
19+
llama-cpp-2 = { git = "https://github.com/utilityai/llama-cpp-rs", default-features = false, branch = "update-llama-cpp-2025-07-16" }
20+
llama-cpp-sys-2 = { git = "https://github.com/utilityai/llama-cpp-rs", default-features = false, branch = "update-llama-cpp-2025-07-16" }
2121

2222
async-openai = { workspace = true }
2323
futures-util = { workspace = true }
@@ -38,3 +38,7 @@ hypr-template = { workspace = true }
3838
dirs = { workspace = true }
3939
rand = "0.9.0"
4040
serde_json = { workspace = true }
41+
42+
llguidance = "1.1.0"
43+
toktrie_hf_downloader = "1.1.0"
44+
toktrie_hf_tokenizers = "1.1.0"

0 commit comments

Comments
 (0)