GCP error: Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally
Solution 1:
Increasing the region-specific GPU quota won't work. GPUs(all regions) have to be increased from 0. Steps as of December 2018 are below:
- From top left burger menu, select, IAM & admin -> Quotas.
- In filter type, select metric to be
GPUs(all regions)
and Location asGlobal
- Click edit quotas and new quota limit to 1 or more
Solution 2:
I just came across this error and none of these directions were working for me (I think the GCP website has been updated since these answers).
In the filter at the top of the quotas page, I typed in Service: Compute Engine API and Limit Name: GPUs (all regions) and changed the limit from 0 to 1 or more. Hope this helps someone!
Solution 3:
The top rated answer did not work out for me.
Here is what I did to get increase the global GPU quotas as of January 2021:
- Go to https://console.cloud.google.com/iam-admin/quotas
- Filter by GPUs (All Regions)
- Click on "Edit Quotas"
- Requested limit 1 in the upcoming dialogue
-
Hit "Next" button
-
Filled the next form and hit "Submit Request" button
After these steps you have requested access to GPUs and should receive on your email account an email from Google Compute Engine Quota Support with either approval or denial of your quota increase request.