-
With the new release of version 3.2.0, the use of ONNX has become much easier but initial local tests led to various errors, meaning that it was not possible to use ONNX Runtime via Sentence Transform…
-
## 🐛 Bug
I exported model to onnx successfully. But failed creating onnx session.
## To Reproduce
```python
import onnx
import onnxruntime as ort
TEST_IMAGE_PATH = "./sample.jpg"
MODEL_…
-
**Describe the bug**
When executing a model with a raspberry pi 4B and ACL the execution stops on the last fully connected layer.
```
onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: […
-
### Describe the bug
`onnxruntime` using CUDA is packaged with both `onnxruntime_USE_CUDA` and `onnxruntime_DISABLE_CONTRIB_OPS` which effectively disables CUDA and leads to following error on runtim…
anpin updated
4 months ago
-
**Describe the bug**
SequenceMap models that include constant nodes in the body fail.
**Urgency**
If there are particular important use cases blocked by this or strict project-related timelines…
-
### 🐛 Describe the bug
I am trying to convert a pytorch transformer model to onnx. My model architecture consists of multiple nn.modules, so I am converting each to onnx separately. I am having to us…
-
## 🐛 Bug
I get an error
- reigster_buffer in Module
- onnxruntime on onnx from torch.onnx.export
## To Reproduce
Steps to reproduce the behavior:
1. code example
```python3
import…
MHGL updated
6 months ago
-
I tried to replicate fastT5 for a different transformers model (EncoderDecoderModel) but I'm always facing this error:
`onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeErr…
-
I started the server
```
D:\>cnocr serve -p 8501
[INFO 2022-10-19 16:31:23,375 _get_model:178] use model: C:\Users\LD\AppData\Roaming\cnocr\2.2\densenet_lite_136-fc\cnocr-v2.2-densenet_lite_136-fc-…
-
```
copying numpy/core/tests/test_scalarinherit.py -> build/lib.linux-aarch64-3.11/numpy/core/tests
copying numpy/core/tests/test_scalar_methods.py -> build/lib.linux-aarch64…