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
Copy file name to clipboardExpand all lines: crates/wasi-nn/examples/classification-example-pytorch/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
This example project demonstrates using the `wasi-nn` API to perform PyTorch based inference. It consists of Rust code that is built using the `wasm32-wasip1` target.
2
2
3
3
To run this example:
4
-
1. Ensure you set appropriate Libtorch enviornment variables according to [tch-rs instructions](https://github.com/LaurentMazare/tch-rs?tab=readme-ov-file#libtorch-manual-install).
4
+
1. Ensure you set appropriate Libtorch environment variables according to [tch-rs instructions](https://github.com/LaurentMazare/tch-rs?tab=readme-ov-file#libtorch-manual-install).
5
5
- Requires the C++ PyTorch library (libtorch) in version *v2.4.0* to be available on
0 commit comments