-
Notifications
You must be signed in to change notification settings - Fork 560
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
[AWS/GCP] Upgrade image to support CUDA 12.1 #2694
Comments
Just tried the latest |
This has been fixed by #2788 and skypilot-org/skypilot-catalog#49. Closing. |
Re-opening this - CUDA version mismatch across GCP and AWS makes it hard to make the same YAML work across clouds. We should update the GCP image (and k8s) to also use CUDA 12, for consistency with AWS. |
Just tested with GCP and it seems the CUDA is indeed 12.2. Is there a way to reproduce this? |
Ahh looks like my catalog was not being auto-updated. I fetched the latest one and now AWS and GCP are at parity. |
As pytorch has upgraded its default requirement for CUDA to be 12.1, we should upgrade the image to support this latest CUDA version.
The text was updated successfully, but these errors were encountered: