gpu
from beta9 import endpoint @endpoint(gpu="A100-80") def handler(): print("📡 This is running on a GPU!") return {}
Was this page helpful?