External Publication
Visit Post

17 ZeroGPU Slots Reported but Only 8 Spaces Listed

Hugging Face Forums [Unofficial] July 2, 2026
Source

I was trying to run a Zero GPU space, but I reached a quota error: “Quota exceeded for flavor zero-a10g (requested=1): current=17, limit=10”.

17 zerogpu spaces assigned.

api.get_space_runtime(repo_id="r3gm/wan2-2-fp8da-aoti-preview-r")

SpaceRuntime(stage='PAUSED', hardware=None, requested_hardware='zero-a10g', sleep_time=172800, storage=None, dev_mode=False, hot_reloading=None, volumes=None, raw={'stage': 'PAUSED', 'hardware': {'current': None, 'requested': 'zero-a10g'}, 'gcTimeout': 172800, 'errorMessage': 'Quota exceeded for flavor zero-a10g (requested=1): current=17, limit=10', 'replicas': {'requested': 1}, 'devMode': False, 'domains': [{'domain': 'r3gm-wan2-2-fp8da-aoti-preview-r.hf.space', 'stage': 'READY'}]})

However, when I verify my spaces that request the zero-a10g hardware, I only see 8 spaces, and 7 of them are running.

ID                                  Stage           Replicas

r3gm/wan2-2-fp8da-aoti-preview      RUNNING         {'current': 6, 'requested': 'auto'}
r3gm/AICoverGen                     RUNNING         {'current': 1, 'requested': 1}
r3gm/rvc_zero                       RUNNING         {'current': 1, 'requested': 1}
r3gm/Audio_separator                RUNNING         {'current': 1, 'requested': 1}
r3gm/DiffuseCraft                   RUNNING         {'current': 1, 'requested': 'auto'}
r3gm/upscale_board                  RUNNING         {'current': 1, 'requested': 1}
r3gm/wan2-2-fp8da-aoti-old-backup   RUNNING         {'current': 1, 'requested': 1}
r3gm/wan2-2-fp8da-aoti-preview-r    PAUSED          {'requested': 1}

The only explanation I can think of is that replicas are also counted in the Zero GPU slot limit. If two spaces are set to “auto” replicas, their maximum of 6 each would add up to 12, and when combined with the other running spaces, the total becomes 17.

Discussion in the ATmosphere

Loading comments...