small README clarification

This commit is contained in:
DavidGOrtega 2023-03-20 19:43:18 +01:00
parent 5e90047c4f
commit a75901ddbd
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ env.onnx.wasm.wasmPaths = '/path/to/files/';
#### Node.js
This project uses `onnxruntime-web` as default backend. However if you add the `onnxruntime-node` dependency it will preferred over the web backend. `onnxruntime-node` is nearly 5X faster than WASM executor provider probably due to [this issue](https://github.com/microsoft/onnxruntime/issues/10311).
This project uses `onnxruntime-web` as default backend. However if you add the `onnxruntime-node` dependency in your project it will preferred over the web backend. `onnxruntime-node` is nearly 5X faster than WASM executor provider probably due to [this issue](https://github.com/microsoft/onnxruntime/issues/10311).
## Usage