opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
74 stars 486 forks source link

[DOC] [ml-commons] Add GPU support and prebuilt model to doc #2340

Closed ylwu-amzn closed 1 year ago

ylwu-amzn commented 1 year ago

What do you want to do?

Tell us about your request. Provide a summary of the request and all versions that are affected.

  1. We plan to support running NLP model on GPU ML node. In 2.5, we plan to support NVIDIA GPU and AWS Inferentia. We need to explain how to prepare GPU ML node in our doc.

  2. We have built some popular text embedding models and user can use these models easily by specifying model name and version only. No effort needed to trace model and prepare model parameters. We should list these models in a table and add to ml-commons doc.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

Naarcha-AWS commented 1 year ago

@ylwu-amzn: I'm already tracking against #2241. I'll close that one since this encompasses the new pre-built models as well.

ylwu-amzn commented 1 year ago

GPU support PR https://github.com/opensearch-project/documentation-website/pull/2384

We are going to push prebuilt-model support to 2.6. Feel free to close this one. We can create a new issue for prebuilt model support in 2.6 release.