-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
ep:OpenVINOissues related to OpenVINO execution providerissues related to OpenVINO execution providerep:QNNissues related to QNN exeution providerissues related to QNN exeution providerfeature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancementplatform:webissues related to ONNX Runtime web; typically submitted using templateissues related to ONNX Runtime web; typically submitted using template
Description
Describe the feature request
- onnxruntime-node ships with a small set of supported EPs as mentioned in the documentation https://github.com/microsoft/onnxruntime/tree/main/js/node. However, the code allows local builds of the onnxruntime-node package of EPs not mentioned in that table, e.g. QNN. This can be achieved through additional flags to the build script such as
use_qnn. - Right now, OpenVINO EP is not supported at all, not even for local builds. I am in the situation to require such a local build. I already implemented the small additional changes for this myself. I feel this can be merged and by default the new flag can be set to OFF, similar to various other EPs in the onnxruntime-node build
Describe scenario use case
You want to locally build onnxruntime-node with OpenVINO EP support
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ep:OpenVINOissues related to OpenVINO execution providerissues related to OpenVINO execution providerep:QNNissues related to QNN exeution providerissues related to QNN exeution providerfeature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancementplatform:webissues related to ONNX Runtime web; typically submitted using templateissues related to ONNX Runtime web; typically submitted using template