-
Notifications
You must be signed in to change notification settings - Fork 503
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
Support AWS Graviton instances #1586
Comments
Woohoo!! |
Bumping this - raised again by user in #1885 and also useful for k8s dev work on apple silicon. |
I should mention that Graviton and Apple Silicon are not the same architecture. Ray has an M1 build but not for Graviton. |
With #1734 in, we should be able to support Graviton now. Ray 2.4.0 works out of the box (
|
Seems like SkyPilot is trying to use a x86 AMI which is causing launch to fail
Explicitly specifying AMI fails at building psutil, probably because the AMI I tried (Ubuntu 22) doesn't come with gcc ([full log])(https://gist.github.com/romilbhardwaj/2560441fad1eaca47f48f6c430b86073)). Unfortunately there's no nice DL AMI for ARM instances on AWS yet:
|
Will the graviton DLAMI in the AWS doc work https://docs.aws.amazon.com/dlami/latest/devguide/tutorial-graviton.html? |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This issue was closed because it has been stalled for 10 days with no activity. |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This issue was closed because it has been stalled for 10 days with no activity. |
Now that the Ray has started to provide PyPI wheels for ARM64 CPUs (ray-project/ray#31566), we can also add official support for AWS Graviton instances. In the future, we will further be able to support ARM machines in other clouds such GCP T2A and Azure Dpsv5.
The text was updated successfully, but these errors were encountered: