-
### Describe the issue
**Version 1.19.0**
Sometimes when starting an `InferenceSession` this exception, `Catastrophic Error` or `Unspecified Error` is thrown
No other sessions will work at all until…
-
Hi,
I'm currently using pipeless v1 currently in Jetson Orien with Jetpack 5.1.2, I've the ONNX runtime installed, and if I run the independent code out form pipeless, my inference runs fine. But wh…
-
### Describe the issue
Hi, I was wondering if there are any ways we can profile the training session of the training with details about different operations and memory allocation of the ONNX training…
-
**Describe the bug**
The Canary model is not exportable to onnx. It seems like it was not configured to be exportable.
**Steps/Code to reproduce bug**
```
import nemo.collections.asr as nemo_asr
de…
-
### Describe the issue
I followed this documentation, but ended up with an error
https://onnxruntime.ai/docs/execution-providers/QNN-ExecutionProvider.html#configuration-options
**Error Information*…
-
**What is the bug?**
"Llama 3.2 1b instruct" in ONNX format fails to deploy in 2.18 as DJL library uses older onnx runtime that does not support opset 5, see below.
```
[2024-11-06T14:20:26,260][ER…
-
**Describe the bug**
I encountered an error while using Olive with the Whisper ONNX model for transcription. The error occurs during the AudioDecoder step in the ONNX Runtime.
**To Reproduce*…
-
### Describe the issue
Using directML to inference accelerate onnxruntime, a crash occurred.
used default onnxruntime options.
with Nvidia 4050.
-->igd12um64xel.dll
-->D3D12Core.dll
-->DirectML.dll
…
-
### Describe the issue
`ort-nightly` blocks when installing in `venv` printing `User for aiinfra.pkgs.visualstudio.com:`. This regressed recently.
### To reproduce
```bash
~: python -m venv env
~: …
-
### Describe the issue
Running a model for N iterations in a single ONNX session is way faster than running the same model in 2 independent sessions, each session is run for N/2 iterations each.
¿W…