-
Notifications
You must be signed in to change notification settings - Fork 510
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
runpod 4090 spot not available #4265
Comments
Spot instances are not supported by RunPod yet, as they don't have spot instance support in their APIs yet. Related to #3927 |
oh cool, will this be added soon? |
@Michaelvll they have support for creating spot instances, see https://docs.runpod.io/sdks/graphql/manage-pods#create-spot-pod and https://graphql-spec.runpod.io/#mutation-podRentInterruptable |
@kldzj, thanks for the pointer! They have the spot instance supported in the low-level GraphQL, but not supported with python API we are using yet: runpod/runpod-python#327 See: skypilot/sky/provision/runpod/utils.py Lines 145 to 163 in 2944014
One option is to change the API we use to GraphQL with HTTP request directly. Would you like to have a try to add it? Any contribution would be super helpful. : ) |
Runpod offers 4090 spot on their website, but when I try to reserve it using skypilot it gives me an error:
Version & Commit info:
sky -v
: 0.7.0sky -c
: 3f62588The text was updated successfully, but these errors were encountered: