Skip to content

Commit

Permalink
Use candle crates.io dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Sep 4, 2024
1 parent 3a7e077 commit 903e97c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
anyhow = { version = "1.0.86" }
candle-core = { git = "https://github.com/huggingface/candle", package = "candle-core" }
candle-nn = { git = "https://github.com/huggingface/candle", package = "candle-nn" }
candle-metal-kernels = { git = "https://github.com/huggingface/candle", package = "candle-metal-kernels" }
candle-flash-attn = { git = "https://github.com/huggingface/candle", package = "candle-flash-attn" }
candle-core = { version = "0.6.0" }
candle-nn = { version = "0.6.0" }
candle-metal-kernels = { version = "0.6.0" }
candle-flash-attn = { version = "0.6.0" }
dyn-fmt = "0.4.0"
hf-hub = "0.3.2"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 903e97c

Please sign in to comment.