System Info
React / Next.js
Environment/Platform
Description
const estimate = await pipeline("depth-estimation", "onnx-community/depth-anything-v2-small");
const estimation = await estimate(image) as DepthEstimationPipelineOutput;
Throws an error: Can't create session.
Also a warning: ort-web.min.js:7 D:/a/_work/1/s/onnxruntime/core/graph/model.cc:146 onnxruntime::Model::Model(ModelProto &&, const PathString &, const IOnnxRuntimeOpSchemaRegistryList *, const logging::Logger &, const ModelOptions &) Unsupported model IR version: 9, max supported IR version: 8.
Reproduction
- Run the code
System Info
React / Next.js
Environment/Platform
Description
Throws an error:
Can't create session.Also a warning:
ort-web.min.js:7 D:/a/_work/1/s/onnxruntime/core/graph/model.cc:146 onnxruntime::Model::Model(ModelProto &&, const PathString &, const IOnnxRuntimeOpSchemaRegistryList *, const logging::Logger &, const ModelOptions &) Unsupported model IR version: 9, max supported IR version: 8.Reproduction