Skip to content
Merged
Show file tree
Hide file tree
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 ml-example.md → ml.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1><a name="ml_example">World ml-example</a></h1>
<h1><a name="ml">World ml</a></h1>
<p><code>wasi-nn</code> is a WASI API for performing machine learning (ML) inference. The API is not (yet)
capable of performing ML training. WebAssembly programs that want to use a host's ML
capabilities can access these capabilities through <code>wasi-nn</code>'s core abstractions: <em>graphs</em> and
Expand Down
2 changes: 1 addition & 1 deletion wit/wasi-nn.wit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package wasi:nn
/// _tensor_ outputs.
///
/// This example world shows how to use these primitives together.
world ml-example {
world ml {
import tensor
import graph
import inference
Expand Down