即使配额存在,Google Compute Engine也找不到GPU

时间:2018-08-04 12:04:52

标签: google-cloud-platform google-compute-engine

我请求并获得了可抢占K80 GPU的配额。
enter image description here

在控制台中,我可以看到此配额可用(在“ us-east1”区域中)。但是,我位于同一区域的VM找不到此GPU:

  

tensorflow-1-vm:{“ ResourceType”:“ compute.v1.instance”,“ ResourceErrorCode”:“ 404”,“ ResourceErrorMessage”:{“ code”:404,“ errors”:[{“ domain” :“全局”,“消息”:“未找到资源'projects / dlp-project-212017 / zones / us-east1-b / acceleratorTypes / nvidia-tesla-k80'”,“原因”:“未找到”} ],“ message”:“未找到资源'projects / dlp-project-212017 / zones / us-east1-b / acceleratorTypes / nvidia-tesla-k80'”,“ statusMessage”:“未找到”,“ requestPath “:” https://www.googleapis.com/compute/v1/projects/dlp-project-212017/zones/us-east1-b/instances“,” httpMethod“:” POST“}}

当我使用命令行检查是否有配额时,我还发现我没有有可用配额。
enter image description here

任何人都知道如何处理这些差异?主要是,现在如何使用我的GPU运行VM?

1 个答案:

答案 0 :(得分:4)

nvidia-tesla-k80 GPu在“ us-east1-b”区域不可用,仅在以下区域可用:

us-west1-b
us-central1-a
us-central1-c
us-east1-c
us-east1-d
europe-west1-b
europe-west1-d
asia-east1-a
asia-east1-b

您可以在此Google文档中查看Availability Zone of each type of GPU