Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Quota not listed in Vertex AI pipelines?

Hi everyone I have a step in vertex ai pipelines that looks like this:

transcribe_task = transcribe_audios(audio_files=download_task.output)
transcribe_task.set_cpu_limit("2").set_memory_limit(
"8G"
).add_node_selector_constraint("NVIDIA_TESLA_T4").set_gpu_limit("1")

yet that task is not executed due to:

com.google.cloud.ai.platform.common.errors.AiPlatformException: code=RESOURCE_EXHAUSTED, message=The following quota metrics exceed quota limits: aiplatform.googleapis.com/custom_model_training_nvidia_t4_gpus, cause=null; Failed to create custom job for the task.

But that quota is not listed anywhere in the quota manager, how can I enable GPU in Vertex AI pipelines? 


Solved Solved
0 2 1,584
1 ACCEPTED SOLUTION

I solved it, it is quite not easy to find:

So for anyone with the same problem, go to Quotas and use the following filters:

davidnet_0-1675696158161.png

Hope it can help anyone

View solution in original post

2 REPLIES 2

I solved it, it is quite not easy to find:

So for anyone with the same problem, go to Quotas and use the following filters:

davidnet_0-1675696158161.png

Hope it can help anyone

Hi, I got 1 value available but I get the same error

Montassar_Jazir_0-1729328409942.png