Skip to content

Commit

Permalink
Fix burn-import version to onnx-ir
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Aug 27, 2024
1 parent 0edfc38 commit 4e99dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/burn-import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytorch = ["burn/record-item-custom-serde", "thiserror", "zip"]

[dependencies]
burn = { path = "../burn", version = "0.14.0", features = ["ndarray"] }
onnx-ir = { path = "../onnx-ir" }
onnx-ir = { path = "../onnx-ir", version = "0.14.0" }
candle-core = { workspace = true }
derive-new = { workspace = true }
half = { workspace = true }
Expand Down

0 comments on commit 4e99dde

Please sign in to comment.