Post
5343
🚀 ZeroGPU
Nothing too fancy for now—ZeroGPU Spaces still default to
- 💰 size-based quotas / pricing (
- 🦣 the upcoming
You can as of now control GPU size via a Space variable. Accepted values:
-
-
-
The auto mode checks total CUDA tensor size during startup:
- More than 30GB →
- Otherwise →
medium
size is now available as a power-user featureNothing too fancy for now—ZeroGPU Spaces still default to
large
(70GB VRAM)—but this paves the way for:- 💰 size-based quotas / pricing (
medium
will offer significantly more usage than large
)- 🦣 the upcoming
xlarge
size (141GB VRAM)You can as of now control GPU size via a Space variable. Accepted values:
-
auto
(future default)-
medium
-
large
(current default)The auto mode checks total CUDA tensor size during startup:
- More than 30GB →
large
- Otherwise →
medium