-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #274 from mlrun/marketplace-doc-gen-fa06154
Marketplace update from marketplace-doc-gen-fa06154
- Loading branch information
Showing
42 changed files
with
3,171 additions
and
27 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -35,3 +35,4 @@ spec: | |
- plotly~=5.4 | ||
url: '' | ||
version: 1.2.0 | ||
test_valid: False |
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 |
---|---|---|
|
@@ -52,6 +52,7 @@ | |
- plotly~=5.4 | ||
url: '' | ||
version: 1.2.0 | ||
test_valid: False | ||
|
||
</code> | ||
</pre> | ||
|
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 |
---|---|---|
|
@@ -35,3 +35,4 @@ spec: | |
- plotly~=5.4 | ||
url: '' | ||
version: 1.2.0 | ||
test_valid: False |
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 |
---|---|---|
|
@@ -52,6 +52,7 @@ | |
- plotly~=5.4 | ||
url: '' | ||
version: 1.2.0 | ||
test_valid: False | ||
|
||
</code> | ||
</pre> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -22,3 +22,4 @@ spec: | |
requirements: [] | ||
url: '' | ||
version: 1.1.0 | ||
test_valid : False |
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 |
---|---|---|
|
@@ -39,6 +39,7 @@ | |
requirements: [] | ||
url: '' | ||
version: 1.1.0 | ||
test_valid : False | ||
|
||
</code> | ||
</pre> | ||
|
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 |
---|---|---|
|
@@ -22,3 +22,4 @@ spec: | |
requirements: [] | ||
url: '' | ||
version: 1.1.0 | ||
test_valid : False |
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 |
---|---|---|
|
@@ -39,6 +39,7 @@ | |
requirements: [] | ||
url: '' | ||
version: 1.1.0 | ||
test_valid : False | ||
|
||
</code> | ||
</pre> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,35 @@ | ||
apiVersion: v1 | ||
categories: | ||
- utils | ||
description: ONNX intigration in MLRun, some utils functions for the ONNX framework, | ||
optimizing and converting models from different framework to ONNX using MLRun. | ||
doc: '' | ||
example: onnx_utils.ipynb | ||
generationDate: 2022-08-28:17-25 | ||
hidden: false | ||
icon: '' | ||
labels: | ||
author: guyl | ||
maintainers: [] | ||
marketplaceType: '' | ||
mlrunVersion: 1.1.0 | ||
name: onnx_utils | ||
platformVersion: 3.5.0 | ||
spec: | ||
extra_spec: | ||
allow_empty_resources: true | ||
build: | ||
auto_build: true | ||
with_mlrun: false | ||
filename: onnx_utils.py | ||
handler: to_onnx | ||
image: mlrun/mlrun | ||
kind: job | ||
requirements: | ||
- onnx~=1.13.0 | ||
- onnxruntime~=1.14.0 | ||
- onnxoptimizer~=0.3.0 | ||
- onnxmltools~=1.11.0 | ||
- tf2onnx~=1.13.0 | ||
url: '' | ||
version: 1.2.0 |
Oops, something went wrong.