wasi-nn: improve example documentation#10432
Merged
abrown merged 1 commit intobytecodealliance:mainfrom Mar 20, 2025
Merged
Conversation
In a refactoring that moved all wasi-nn tests around (bytecodealliance#7679), the script documenting the CLI use of the wasi-nn examples was removed. This left the documentation of these examples in a poor state, since the script they pointed to was now gone. Since I've recently received a few requests related to running these examples, it makes sense to improve the documentation. This change improves things by explaining the steps to run these examples.
pchickey
approved these changes
Mar 20, 2025
abrown
added a commit
to abrown/wasmtime
that referenced
this pull request
Sep 22, 2025
This fixes several small issues from bytecodealliance#10432.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Sep 23, 2025
* wasi-nn: tweak the classification docs This fixes several small issues from #10432. * Fix minor clippy complaints with classification example
bongjunj
pushed a commit
to prosyslab/wasmtime
that referenced
this pull request
Oct 20, 2025
* wasi-nn: tweak the classification docs This fixes several small issues from bytecodealliance#10432. * Fix minor clippy complaints with classification example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In a refactoring that moved all wasi-nn tests around (#7679), the script documenting the CLI use of the wasi-nn examples was removed. This left the documentation of these examples in a poor state, since the script they pointed to was now gone. Since I've recently received a few requests related to running these examples, it makes sense to improve the documentation. This change improves things by explaining the steps to run these examples.