英文:
GPU Quota Error even when i have Quota for Nvidia P100 both for region Us-west1 and Europe-west4 from 0 to 1
问题
我刚在Google Cloud Platform上创建了一个帐户,并尝试创建一个VM实例,甚至已经将我在Us-west1和Europe-west4地区的GPU配额从0增加到1。
然而,当我尝试创建一个Nvidia P100的VM实例时,它给我返回了错误 - 配额'GPUS_ALL_REGIONS'已超过。限制:全球0.0
请提供帮助,如果无法使用该GPU,是否可以建议一个类似性能的GPU。
英文:
I just made up a account on Google Cloud Platform and am trying to make a VM instance and have even increased my GPU quota in region Us-west1 and Europe-west4 both to 1 from 0
Yet when i try to create a VM instance using Nvidia P100
Its gives me the error - Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally
Any help would be appreciated please and if that GPU is not usable then can you advise on a similar powered GPU please
答案1
得分: 1
"如错误提示所示,您需要增加所有地区的配额,请查看这个SO问题。
根据谷歌的文档:
“与虚拟CPU配额类似,GPU配额是指所有区域中所有VM实例中虚拟GPU的总数。请查看配额页面,确保您的项目中有足够的GPU可用,并请求增加配额。此外,新的帐户和项目拥有适用于所有区域的全局GPU配额。
当您请求GPU配额时,您必须请求每个区域要创建的GPU型号的配额,以及所有区域中所有类型GPU的总数的额外全局配额。”
*我假设您已经升级了您的计费帐户,因为这是使用GPU的要求。
英文:
As the error says you need to increase the ALL_REGIONS quota, take a look at this SO question
From Google documentation:
"Similar to virtual CPU quota, GPU quota refers to the total number of virtual GPUs in all VM instances in a region. Check the quotas page to ensure that you have enough GPUs available in your project, and to request a quota increase. In addition, new accounts and projects have a global GPU quota that applies to all regions.
When you request a GPU quota, you must request a quota for the GPU models that you want to create in each region, and an additional global quota for the total number of GPUs of all types in all zones."
*I assume you upgraded your billing account already as it is a requirement to use GPUs.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论