Skip to content

Commit 641f166

Browse files
authored
update llguidance to 0.7.20 (#1334)
Update `llguidance` from `0.7.16` to `0.7.20` so that it has guidance-ai/llguidance#172 which is a fix for building on GCC 15.
1 parent cb2231c commit 641f166

File tree

2 files changed

+37
-39
lines changed

2 files changed

+37
-39
lines changed

Cargo.lock

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

mistralrs-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ regex.workspace = true
7777
serde_plain = "1.0.2"
7878
as-any = "0.3.1"
7979
float8.workspace = true
80-
llguidance = { version = "0.7.16", default-features = false, features = ["lark"] }
81-
toktrie_hf_tokenizers = "0.7.16"
80+
llguidance = { version = "0.7.20", default-features = false, features = ["lark"] }
81+
toktrie_hf_tokenizers = "0.7.20"
8282
objc = { version = "0.2.7", optional = true }
8383
metal = { workspace = true, optional = true }
8484
candle-flash-attn-v3 = { workspace = true, optional = true }

0 commit comments

Comments
 (0)