Adding a GPU to a function
Beta9 offers a fast way to spin up GPU runtimes for development. You can add a GPU to your runtime by passing agpu
argument to your function decorator.
You must ensure your GPU type is registered as a provider. You can see a
sample provider for EC2
here.