Reputation: 793
So far Google Cloud Run support CPU. Is there any plan to support GPU? It would be super cool if GPU available, then I can demo the DL project without really running a super expensive GPU instance.
Upvotes: 19
Views: 9650
Reputation: 7251
https://cloud.google.com/sdk/docs/release-notes#48800_2024-08-13
Cloud Run
- Added
--gpu
and--gpu-type
togcloud beta run deploy
andgcloud beta run services update
which allow deploying a service with GPU.
https://cloud.google.com/run/docs/configuring/services/gpu
Upvotes: 3
Reputation: 71
We do now. We just introduced Cloud Run GPUs. Today we only support NVIDIA L4s but plan to support more
Upvotes: 4
Reputation: 19913
You can use GPU with Cloud Run for Anthos
https://cloud.google.com/anthos/run/docs/configuring/compute-power-gpu
Upvotes: 10
Reputation: 81424
So far Google Cloud Run support CPU. Is there any plan to support GPU? It would be super cool if GPU available, then I can demo the DL project without really running a super expensive GPU instance.
I seriously doubt it. GPU/TPUs are specialized hardware. Cloud Run is a managed container service that:
GPU/TPU types of data processing are best delivered by backend instances that protect and manage the processing power and costs that these processor devices provide.
Upvotes: 13