onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

Results 867 onnxruntime issues
Sort by recently updated
recently updated
newest added

### Describe the issue During the verification of the onnxruntime library on the mobile devices, numerous failed test cases were identified after running onnxruntime_test_all. All the failures originated from the...

platform:mobile
ep:QNN

### Description For code review purpose only. Offer a place for discussion. #### see also: - [README.md](https://github.com/microsoft/onnxruntime/blob/fs-eire/webgpu-ep/onnxruntime/core/providers/webgpu/README.md) - [How to Write WebGPU EP Kernel](https://github.com/microsoft/onnxruntime/blob/fs-eire/webgpu-ep/onnxruntime/core/providers/webgpu/How_to_Write_WebGPU_EP_Kernel.md) #### prerequisite: - #22318 - #21910...

### Description Register for custom op when testing the performance ### Motivation and Context This is needed for providers to test their implementation

### Describe the issue There is a weird bug when working with sklearn and onnxruntime-directml. When running natively with python, if the sklearn is imported before onnxruntime, the onnxruntime will...

ep:DML

### Describe the issue memory leak is found after doing `session.release()` ![image](https://github.com/user-attachments/assets/9b97fe9c-89e3-4491-b784-bdc626e37972) ### To reproduce npm install -g memlab unzip the zip file provided below and run `index.html` in some...

platform:web
performance

I am creating an Electron app where I need to run inference on some onnx models through the Node.js backend. I have installed ``` "onnxruntime-node": "^1.19.0" ``` as dependency. I...

platform:web

### Describe the issue `ort.Tensor()` does not accecpt `Uint8ClampedArray` and will result with an error. One must explicitly covert to `Uint8Array` as in `new ort.Tensor(Uint8Array.from(clamped))`. This defied my expectation to...

platform:web
ep:WebGPU

### Describe the issue Not sure you are also maintaining cdnjs (and other cdns) but I have opened a PR https://github.com/cdnjs/packages/pull/1870 starting v 1.19.0 the `/dist` in [npmjs](https://www.npmjs.com/package/onnxruntime-web?activeTab=code) and [jsdelivr](https://www.jsdelivr.com/package/npm/onnxruntime-web?tab=files&path=dist)...

platform:web
ep:WebGPU

### Describe the issue Using a onnxruntime-web with a web bundler like CopyPlugin I am now getting `Package path ./webgpu is not exported from package`. When I manually try to...

platform:web
ep:WebGPU

### Description Change the .data path so it is on the same path as the model path. ### Motivation and Context This would fix the issue if a model has...