Skip to content

Commit

Permalink
Make candle version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Feb 5, 2024
1 parent f4ce6d9 commit b33fba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.3.0" }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.3.0" }
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.4.0" }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.4.0" }
rand = "0.8.5"
serde = "1.0.193"
tokenizers = "0.15.0"

0 comments on commit b33fba3

Please sign in to comment.