Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo #18327

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Typo #18327

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For more detail on the steps below, see the [build a web application](./build-we
* **The model is too large** and requires higher hardware specs. In order to do inference on the client you need to have a model that is small enough to run efficiently on less powerful hardware.
* You don't want the model to be downloaded onto the device.

You can also use the onnxruntime-node package in the backend of an elctron app.
You can also use the onnxruntime-node package in the backend of an electron app.

* Inference on server using other language APIs. Use the ONNX Runtime packages for C/C++ and other languages.

Expand Down
Loading