Spaces:
Running
Pro Account with ZeroGPU Space: "You have exceeded your GPU quota (59s left vs. 60s requested). Please retry in 0:00:56"
Can someone explain what this means? I bought a Pro Account and only used ZeroGPU Environment. Whats the quota condition? Where can I find it?
I've experienced the same with huge numbers as 200s left vs 180s requested something just like this and i thought it might be the GPUs handling capacity as after few hours later I tried and it worked just fine. Or there might be anyother explainable answer
ZeroGPU hugging face spaces use a quota taken from your account, the '80s requested' for example, is because in the code there is written @spaces.GPU(duration=80)
, so its the request of zerogpu quota for that inference in the code to make it work, people using zerogpu spaces without an HF account have less quota, anyways the quota rechages after sometime as seen in the error message. Im not really sure if there is a way to see your zerogpu quota on the account though
Any way that could be exposed? I'd love to be able to build some logic into my Space so that it is aware of and respecting quotas. Right now it's pretty jarring when just suddenly I hit a quote and have to wait half an hour or more to get back in.