Post
5654
๐ 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