-
Improving WASI-NN towards WebAssembly| WasmEdge 0.10.1 Explained 2
By apepkuss In the article OpenVINO Inferencing using WasmEdge WASI-NN, we showed how to use OpenVINO to build a machine learning inference task for road segmentation. In the process, we noticed two interesting parts that could be further improved: wasi-nn crate is used in the example, which provides a Rust interface implementation for the WASI-NN proposal, greatly reducing the Process complexity in using Rust language to build machine learning tasks based on WebAssembly.…
-
OpenVINO Inferencing using WasmEdge WASI-NN| WasmEdge 0.10.1 Explained
By apepkuss On July 28, WasmEdge 0.10.1 was officially released. This piece is an introduction to the implementation of WebAssembly WASI-NN Proposal in WasmEdge 0.10.1, the first in a series of wasi-nn articles. Our next article will be on the optimization made on WasmEdge for the wasi-nn proposal. Nowadays AI inference is trendy. From a technical perspective, the regular workflow of AI inference task is loading model, performing inference, and presenting result.…