Skip to content

Commit

Permalink
Revert "Use candle crates.io dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 903e97c.
  • Loading branch information
gabrielmbmb committed Sep 5, 2024
1 parent 31341d8 commit 39d1926
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 = { version = "0.6.0" }
candle-nn = { version = "0.6.0" }
candle-metal-kernels = { version = "0.6.0" }
candle-flash-attn = { version = "0.6.0" }
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" }
dyn-fmt = "0.4.0"
hf-hub = "0.3.2"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 39d1926

Please # to comment.