-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
GCP example missing. #102
Comments
@apls777 I have the same issue and it's urgent :( This is my spotty.yaml, could you show a simple working GCP spotty yaml?
|
@turian I'll have a look at it later today. I think GCP just renamed their GPU images. |
thank you! |
@turian @mcartagenah I’ll update the code later, but for now, you can just add this line to the instance parameters:
JFYI: when I was working with GCP, I couldn’t use preemptible (spot) GPU instances as they were immediately shut down after launch. But I had a good experience using on-demand CPU instances with preemptible TPUs. If you still want to give it a try, use the Also, keep in mind that I tested GCP a lot less than AWS, and it looks like not many people actually using it, so you might find some bugs. |
@apls777 great! I am happy to file bugs and share things that are successful to help other spotty users. We have a grant from GCP to run leaderboard evaluations for our NeurIPS competition: https://neuralaudio.ai/hear2021-holistic-evaluation-of-audio-representations.html I would be very excited to use spotty because it will radically simplify the evaluation workflow. Regarding preemptible instances, "Note: If you are requesting a Preemptible GPU quota for NVIDIA® V100® GPUs, in the justification for the request, specify that the request is for preemptible GPUs." (https://cloud.google.com/compute/docs/gpus) A few more questions trying to get GCP GPUs running through spotty
|
You can find the image in the GCP console by its name and check the CUDA version in the description: https://console.cloud.google.com/compute/imagesDetail/projects/ml-images/global/images/c0-deeplearning-common-cu110-v20210818-debian-10.
Yes, you can find it in the list of available images in the GCP console. But
GCP doesn't support Ubuntu-based images with pre-installed Docker and CUDA, but you always can create your own Ubuntu image with any CUDA version and use it with Spotty using the
Yeah, I noticed it, it's a typo in the docs. Will fix it later. |
@mcartagenah can we close this issue? |
@apls777 just curious if you know how to use CUDA 11.1 with GCP images: https://console.cloud.google.com/compute/images?project=hear2021-evaluation They all appear to be cu110. But, pytorch 1.9.0 builds are only against 11.1. CUDA 11.0 is supported only through pytorch 1.7.1 |
Related #104 |
Replied in #104 |
Yes, now it's working with the imageUri you pointed out. Thank you :) |
@apls777 confirming that if you ask google for preemptible GPUs with your quota requests, they work with spotty |
Hi, I couldn't find a gcp example besides the one in #68 , but I get the following error:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: