Skip to content

Commit

Permalink
set core version to git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsanbear committed Mar 17, 2024
1 parent 7659111 commit ea43af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = [".github/"]
repository = "https://github.com/tomsanbear/candle-einops"

[dependencies]
candle-core = { version = "0.4" }
candle-core = { git = "https://github.com/huggingface/candle" }
candle-einops-macros = { path = "candle-einops-macros", version = "0.1.1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit ea43af5

Please sign in to comment.