Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Mar 11, 2024
1 parent d11f7e1 commit a19791c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ 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.4.0" }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.4.0" }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.4.0" }
candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.4.0" }
candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.4.0" }
candle-transformers = { git = "https://github.com/EricLBuehler/candle.git", version = "0.4.0" }
rand = "0.8.5"
serde = "1.0.193"
tokenizers = "0.15.0"

0 comments on commit a19791c

Please sign in to comment.