-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add onnx demo notebook (#2796)
Note that this is missing the interpreter part, since the bug is still there with the ABI calling convention not being respected when calling from the interpreter object directly.
- Loading branch information
1 parent
1a33911
commit d524986
Showing
5 changed files
with
442 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Marimo notebooks that depend on mlir-opt | ||
|
||
For these notebooks to run as intended, `mlir-opt` needs to be in the path. | ||
Please see the [MLIR Interoperation](../../mlir_interoperation.md) document for more information. |
Oops, something went wrong.