Running Tasks on GPU
You can run any code on a cloud GPU by passing agpu
argument in your function decorator.
Available GPUs
Looking for a specific GPU that isn’t listed here? Let us
know!
We often have hardware available that is not listed publicly.
T4
(16Gi)A10G
(24Gi)RTX4090
(24Gi)A100-40
(40Gi)H100
(80Gi)
Check GPU Availability
Runbeam machine list
to check whether a machine is available.
Prioritizing GPU Types
You can split traffic across multiple GPUs by passing a list to thegpu
parameter.
The list is ordered by priority. You can choose which GPUs to prioritize by specifying them at the front of the list.
T4
is prioritized over the A10G
, followed by the A100-40
.
Using Multiple GPUs
You can run workloads across multiple GPUs by using thegpu_count
parameter.
This feature is available by request only. Please send us a message in
Slack, and we’ll enable it on your account.