Skip to content

Commit

Permalink
Explicit version for packages that are not in the workspace. (hugging…
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare authored Jan 31, 2024
1 parent beadb1b commit 9e824ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion candle-flash-attn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core" }
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.3.3" }
half = { version = "2.3.1", features = ["num-traits"] }

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions candle-onnx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ categories = ["science"]
license = "MIT OR Apache-2.0"

[dependencies]
candle = { path = "../candle-core", package = "candle-core" }
candle-nn = { path = "../candle-nn" }
candle = { path = "../candle-core", package = "candle-core", version = "0.3.3" }
candle-nn = { path = "../candle-nn", version = "0.3.3" }
prost = "0.12.1"

[build-dependencies]
Expand Down

0 comments on commit 9e824ec

Please sign in to comment.