-
Notifications
You must be signed in to change notification settings - Fork 507
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
Add qa model and new settings in ml-commons #6749
Conversation
Signed-off-by: Bhavana Ramaram <[email protected]>
Signed-off-by: Bhavana Ramaram <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
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.
@rbhavna @kolchfa-aws Please see my comments and changes and let me know if you have any questions. Thanks!
- Default value: `true` | ||
- Valid values: `false`, `true` | ||
|
||
## Remote model eligible node roles |
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.
"Eligible node roles for remote models"?
- Default value: `["data", "ml"]`, which allows externally hosted models to run on data nodes and ML nodes. | ||
|
||
|
||
## Local model eligible node roles setting |
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.
"Eligible node roles setting for local models"?
Running local models on the CentOS 7 operating system is not supported. Moreover, not all local models can run on all hardware and operating systems. | ||
{: .important} | ||
|
||
## Preparing a model | ||
|
||
For both text embedding and sparse encoding models, you must provide a tokenizer JSON file within the model zip file. | ||
For all the models, you must provide a tokenizer JSON file within the model zip file. |
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.
ZIP file?
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 don't think zip file should be capitalized.
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
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.
LGTM. Thank you, @rbhavna!
Description
add qa model and new settings documentation in ml-commons
Issues Resolved
Closes #6744
Closes #6752
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.