-
Notifications
You must be signed in to change notification settings - Fork 173
Add Documentation for creating Neural Sparse Remote Model #3857
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
Conversation
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
"source": [ | ||
"import os\n", | ||
"\n", | ||
"bucket_name = \"your_bucket_name\"\n", |
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.
[Non blocking] For placeholder values, is it better to use ${xxx}
format? Because in ml-commons this is the standard of placeholder format, maybe it's easier for user to recognize this.
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.
Python syntax doesn't support ${xxx}
format. To use f-string like f"xx {bucket_name}", we need to define it as a string var here
Signed-off-by: zhichao-aws <[email protected]>
Description
Add Documentation for creating Neural Sparse Remote Model
Related Issues
Resolves opensearch-project/documentation-website#9714
Check List
--signoff
.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.