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

p4de.24xlarge not supported #1201

Closed
pschafhalter opened this issue Oct 6, 2022 · 2 comments · Fixed by #1827
Closed

p4de.24xlarge not supported #1201

pschafhalter opened this issue Oct 6, 2022 · 2 comments · Fixed by #1827
Labels
bug Something isn't working

Comments

@pschafhalter
Copy link

Hi, I'm trying to run an experiment using a p4de.24xlarge instance on AWS, but I'm unable to launch the instance using skypilot. I have access to the instance via AWS on us-west-2, and am able to launch it via the web interface.

I tried the following commands and ran into the following errors:

$ sky gpunode --cloud aws --instance-type p4de.24xlarge
ValueError: Invalid instance type 'p4de.24xlarge' for cloud AWS.
$ sky launch --instance-type p4de.24xlarge -c benchmark-a100 skypilot_configs/a100.yaml
W 10-05 17:23:38 resources.py:573] image_id in resources is experimental. It only supports AWS/GCP.
ValueError: Invalid instance type 'p4de.24xlarge' for cloud AWS

p4de.24xlarge also doesn't appear when searching sky show-gpus --all.

More info on the p4de.24xlarge:
https://aws.amazon.com/about-aws/whats-new/2022/05/amazon-ec2-p4de-gpu-instances-ml-training-hpc/

@michaelzhiluo
Copy link
Collaborator

It looks like the bug has to do with the service catalog not having the instance type recorded. @WoosukKwon

@Michaelvll Michaelvll added the bug Something isn't working label Oct 6, 2022
@parasj
Copy link

parasj commented Oct 6, 2022

I'm interested in using this instance type as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants