onnxruntime
onnxruntime copied to clipboard
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
### 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...
### 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...
### Describe the issue memory leak is found after doing `session.release()`  ### To reproduce npm install -g memlab unzip the zip file provided below and run `index.html` in some...
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...
### 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...
### 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)...
### 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...
### 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...