Skip to content

Commit c76991c

Browse files
authored
[doc] upgrade README.md for nodejs (microsoft#24709)
### 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. -->
1 parent 16acdb3 commit c76991c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

js/node/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ The following table lists the supported versions of ONNX Runtime Node.js binding
2727
| EPs/Platforms | Windows x64 | Windows arm64 | Linux x64 | Linux arm64 | MacOS x64 | MacOS arm64 |
2828
| ------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
2929
| CPU | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
30-
| WebGPU | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> |
30+
| WebGPU | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | <sup>\[2]</sup> | <sup>\[2]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> |
3131
| DirectML | ✔️ | ✔️ |||||
32-
| CUDA ||| ✔️<sup>\[2]</sup> ||||
32+
| CUDA ||| ✔️<sup>\[3]</sup> ||||
3333
| CoreML ||||| ✔️ | ✔️ |
3434

3535
- \[1]: WebGPU support is currently experimental.
36-
- \[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.
3738

3839
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.
3940

0 commit comments

Comments
 (0)