TIL: Request GCP quota increase

Taken from https://docs.skypilot.co/en/latest/cloud-setup/quota.html#gcp

  1. In the Google Cloud Console, go to the Quota page.

  2. Click Filter and select Service: Compute Engine API.

  3. For H100 GPUs: choose metric: GPUS_PER_GPU_FAMILY and select dimension gpu_family: NVIDIA_H100.

  4. For all other GPUs: choose Limit Name: instance_name (e.g., NVIDIA-V100-GPUS-per-project-region). You may check the compute GPU list.

  5. Select the checkbox of the region whose quota you want to change.

  6. Click Edit Quotas and fill out the new limit.

  7. Click Submit Request.




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • TIL: Multi-node GPU training with SkyPilot and PyTorch Lightning
  • TIL: Useful Datamol functions
  • TIL: Template data processing script with pathlib, fire, joblib, loguru, and tqdm
  • TIL: Template data exploration Jupyter notebook
  • TIL: Useful SkyPilot Commands