lebron8dong opened issue #8361:
Are there any related examples demo?
Thank you so much.
bjorn3 commented on issue #8361:
There is the wasi-nn specification implemented by wasmtime. https://github.com/bytecodealliance/wasmtime/tree/main/crates/wasi-nn/examples has a couple of examples.
rockwotj commented on issue #8361:
It's also possible to compile many models to Wasm and run inference. For example, https://github.com/sonos/tract/ compiles to WebAssembly & WASI and can run any ONNX compatible model.
I have an example of running a BERT model here: https://github.com/rockwotj/ai-qa-wasi/tree/repl
Last updated: Nov 22 2024 at 16:03 UTC