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:

  1. From top left burger menu, select, IAM & admin -> Quotas. enter image description here
  2. In filter type, select metric to be GPUs(all regions) and Location as Global enter image description here
  3. Click edit quotas and new quota limit to 1 or more enter image description here

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!

enter image description here

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:

  1. Go to https://console.cloud.google.com/iam-admin/quotas
  2. Filter by GPUs (All Regions)

enter image description here

  1. Click on "Edit Quotas"

enter image description here

  1. Requested limit 1 in the upcoming dialogue

enter image description here

  1. Hit "Next" button

  2. Filled the next form and hit "Submit Request" button

enter image description here

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.