Fix burn-import version to onnx-ir

This commit is contained in:
nathaniel 2024-08-27 12:58:08 -04:00
parent 0edfc38857
commit 4e99ddecdf
1 changed files with 1 additions and 1 deletions

View File

@ -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 }