mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
link to docs incorrect for js/web/node (#18960)
### Description link to docs incorrect for js/web/node ### Motivation and Context Trying to build myself and not yet succeeding.
This commit is contained in:
parent
5fade70b50
commit
d5628f52df
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Following platforms are supported with pre-built binaries:
|
|||
- Linux x64 CPU NAPI_v3
|
||||
- MacOS x64 CPU NAPI_v3
|
||||
|
||||
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://www.onnxruntime.ai/docs/how-to/build.html#apis-and-language-bindings) for building ONNX Runtime Node.js binding locally.
|
||||
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.
|
||||
|
||||
# GPU Support
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue