Relatively new to using gcloud suite and I'm having trouble starting my instance with more GPUs. Initially adding the first GPU was no issue in requesting a quota increase.
However, when I requested another increase to my GPU quota to improve the training time for my model, after getting approval and assigning another GPU to my instance, I am still receiving an error message that my instance cannot be started because it exceeded the allocated quota of 1 despite seeing in the admin console that the quota is 2.
Console:
Error:
Starting instance(s) my-fastai-instance...failed.
ERROR: (gcloud.compute.instances.start) Quota 'PREEMPTIBLE_NVIDIA_T4_GPUS' exceeded. Limit: 1.0 in region us-west1.
Is there something else I need to change in order to get the extra GPU to work with the instance?