mirror of https://github.com/tracel-ai/burn.git
Fix burn-import version to onnx-ir
This commit is contained in:
parent
0edfc38857
commit
4e99ddecdf
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue