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

An older ray version (2.0.1) that does not have a Linux aarch64 wheel should probably be updated (2.2.0+) #1885

Closed
nth10sd opened this issue Apr 20, 2023 · 2 comments · Fixed by #1734

Comments

@nth10sd
Copy link

nth10sd commented Apr 20, 2023

SKY_REMOTE_RAY_VERSION = '2.0.1'

is hardcoded to ray 2.0.1. However, the aarch64 wheels for ray are only available for Linux aarch64 from 2.2.0 onwards, see:

https://pypi.org/project/ray/2.1.0/#files
https://pypi.org/project/ray/2.2.0/#files

The following reference should probably be updated as well:

https://github.com/skypilot-org/skypilot/blob/1f7a5cd46dadc838889fcada412757e73530a22d/docs/source/reference/local/setup.rst

@romilbhardwaj
Copy link
Collaborator

Hi @nth10sd, welcome to the SkyPilot community!

#1734 implements support for Ray 2.3.0. Are you trying to use ARM instances with skypilot? We'd love to hear your use case and accelerate merging #1734 if required.

@nth10sd
Copy link
Author

nth10sd commented Apr 20, 2023

Hi @romilbhardwaj ! Thank you for the welcome.

Oh, interesting, I need to take a look at the code branch for #1734.

Yes, I am exploring SkyPilot as an alternative to the now-archived/deprecated laniakea project, and ARM64 instances are more economical than Intel/AMD ones, at least on AWS EC2 as a start.

It's just to spawn an instance with some simple scripts in userdata as a start, via the CLI, nothing special about my use case (and nothing ML-related).

accelerate merging #1734 if required.

This will be very much appreciated! FWIW, I was able to spin up (and shut down) an ARM64 instance with SkyPilot 0.2.5, just that the autorun userdata stuff wasn't yet working.

@Michaelvll Michaelvll linked a pull request May 10, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants