Skip to content

Commit 0207399

Browse files
merge optimizations
1 parent b9c4f3d commit 0207399

33 files changed

+844
-337
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ candle-transformers = { git = "https://github.com/huggingface/candle.git", versi
2222
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.8.1" }
2323
candle-flash-attn = { git = "https://github.com/huggingface/candle.git", version = "0.8.1" }
2424

25-
strum = "0.26.1"
26-
strum_macros = "0.26"
25+
strum = "0.27.0"
26+
strum_macros = "0.27.0"
2727

2828
[patch.crates-io]
2929
pdf-extract = { git = "https://github.com/jrmuizel/pdf-extract.git", rev = "refs/pull/91/head" }

0 commit comments

Comments
 (0)