Replies: 1 comment
-
Same issue here. @fijipants did you find any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like onnxruntime-node should support the 'cuda' execution provider.
Yet when I try to use cuda as an execution provider:
It can't load them.
After looking through the code, I don't even see support for cuda, only for the other three: cpu, webgl, wasm.
Is there any possible way I can use CUDA with onnxruntime through NodeJS?
Beta Was this translation helpful? Give feedback.
All reactions