Skip to content
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 links to eks site for neuron examples #45341

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

anyscalesam
Copy link
Collaborator

Why are these changes needed?

Adding some links to examples for running Ray on Neuron on EKS.

Related issue number

None.

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@anyscalesam anyscalesam added docs An issue or change related to documentation core-hardware Hardware support in Ray core: e.g. accelerators labels May 14, 2024
@anyscalesam anyscalesam self-assigned this May 14, 2024
@anyscalesam anyscalesam requested a review from a team as a code owner May 14, 2024 23:27
@@ -26,7 +26,7 @@ The accelerators natively supported by Ray Core are:
- Experimental, supported by the community
* - `AWS Neuron Core <https://awsdocs-neuron.readthedocs-hosted.com/en/latest/general/arch/model-architecture-fit.html>`_
- neuron_cores
- Experimental, supported by the community
- Experimental, supported by the community. See examples on AWS EKS `here <https://awslabs.github.io/data-on-eks/docs/gen-ai>`_
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Experimental, supported by the community. See examples on AWS EKS `here <https://awslabs.github.io/data-on-eks/docs/gen-ai>`_
- Experimental, supported by the community. See `Generative AI on EKS <https://awslabs.github.io/data-on-eks/docs/gen-ai>`_ for examples.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the link. We try to avoid using "here" for links because it's not very descriptive. Would you mind installing Vale, which will catch these style nuances? go/vale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-hardware Hardware support in Ray core: e.g. accelerators docs An issue or change related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants