Skip to content

Commit a9a6852

Browse files
authored
Change world name to ml (#52)
1 parent e9f2ad2 commit a9a6852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-example.md renamed to ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><a name="ml_example">World ml-example</a></h1>
1+
<h1><a name="ml">World ml</a></h1>
22
<p><code>wasi-nn</code> is a WASI API for performing machine learning (ML) inference. The API is not (yet)
33
capable of performing ML training. WebAssembly programs that want to use a host's ML
44
capabilities can access these capabilities through <code>wasi-nn</code>'s core abstractions: <em>graphs</em> and

wit/wasi-nn.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package wasi:nn
88
/// _tensor_ outputs.
99
///
1010
/// This example world shows how to use these primitives together.
11-
world ml-example {
11+
world ml {
1212
import tensor
1313
import graph
1414
import inference

0 commit comments

Comments
 (0)