From 4e99ddecdf7bd9aeb22f81e47cb996543b0ff7e3 Mon Sep 17 00:00:00 2001 From: nathaniel Date: Tue, 27 Aug 2024 12:58:08 -0400 Subject: [PATCH] Fix burn-import version to onnx-ir --- crates/burn-import/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/burn-import/Cargo.toml b/crates/burn-import/Cargo.toml index acfefeb2fc..652d751402 100644 --- a/crates/burn-import/Cargo.toml +++ b/crates/burn-import/Cargo.toml @@ -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 }