You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
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).
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.
skypilot/sky/skylet/constants.py
Line 5 in 979111d
is hardcoded to ray 2.0.1. However, the
aarch64
wheels for ray are only available for Linuxaarch64
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
The text was updated successfully, but these errors were encountered: