Skip to content

Commit

Permalink
[rust] Upgrade candle version (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 authored Jun 13, 2024
1 parent b548eca commit 5e17514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/tokenizers/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2021"

[dependencies]
jni = "0.21.1"
candle-core = "0.4.1"
candle-nn = "0.4.1"
candle-transformers = "0.4.1"
candle-flash-attn = { version = "0.4.1", optional = true }
candle-core = "0.5.1"
candle-nn = "0.5.1"
candle-transformers = "0.5.1"
candle-flash-attn = { version = "0.5.1", optional = true }
tokenizers = { path = "../tokenizers/tokenizers", version = "*", features = ["http"] }
half = "2.4.0"
tracing = "0.1.40"
Expand Down

0 comments on commit 5e17514

Please sign in to comment.