You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
WebGPU is not enabled in the Nodejs binding prebuilt binaries for Linux
x64 and arm64.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
-\[2]: CUDA v12. See [CUDA EP Installation](#cuda-ep-installation) for details.
36
+
-\[2]: WebGPU support is not available on Linux x64 and arm64 yet in the pre-built binaries.
37
+
-\[3]: CUDA v12. See [CUDA EP Installation](#cuda-ep-installation) for details.
37
38
38
39
To use on platforms without pre-built binaries, you can build Node.js binding from source and consume it by `npm install <onnxruntime_repo_root>/js/node/`. See also [instructions](https://onnxruntime.ai/docs/build/inferencing.html#apis-and-language-bindings) for building ONNX Runtime Node.js binding locally.
0 commit comments