-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating ML Commons API documentation #156
Conversation
Signed-off-by: Alibi Zhenis <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #156 +/- ##
=======================================
Coverage 90.67% 90.67%
=======================================
Files 36 36
Lines 3989 3989
=======================================
Hits 3617 3617
Misses 372 372 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember we also had a discussion to add a read me for this document generation.
@@ -0,0 +1,6 @@ | |||
Upload Pretrained Model | |||
================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you cover this line upto Model
docs/source/reference/mlcommons.rst
Outdated
@@ -12,6 +12,13 @@ Upload Model | |||
|
|||
api/ml_commons_upload_api | |||
|
|||
Upload Pretrained Model | |||
~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please cover this line upto Model
?
docs/source/reference/mlcommons.rst
Outdated
@@ -33,6 +40,13 @@ Get Model Info | |||
|
|||
api/ml_commons_get_model_info_api | |||
|
|||
Generate Embedding | |||
~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please cover this line upto Embedding
Signed-off-by: Alibi Zhenis <[email protected]>
Signed-off-by: Alibi Zhenis <[email protected]>
* updating ML Commons API documentation Signed-off-by: Alibi Zhenis <[email protected]> * updating developer guide Signed-off-by: Alibi Zhenis <[email protected]> --------- Signed-off-by: Alibi Zhenis <[email protected]> (cherry picked from commit d1101a2)
* updating ML Commons API documentation Signed-off-by: Alibi Zhenis <[email protected]> * updating developer guide Signed-off-by: Alibi Zhenis <[email protected]> --------- Signed-off-by: Alibi Zhenis <[email protected]> (cherry picked from commit d1101a2) Co-authored-by: Alibi Zhenis <[email protected]>
Description
Updating ML Commons API documentation
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.