Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
StephenGenusa 
posted an update Jan 13
Post
1190
I have a pro account and I am logged in. I have duplicated a space due to the error "You have exceeded your GPU quota", I am showing 0 GPU use, yet I am unable to use it "You have exceeded your GPU quota (60s requested vs. 44s left). Create a free account to get more daily usage quota." "Expert Support" is a pitch for consulting.

Mhhh, sorry about that. (ping @cbensimon mabye he can help)

Sorry about that @StephenGenusa . A major bug affecting end visitor quotas has recently been identified and fixed.

Updating Gradio to 5.12+ (sdk_version field inside README file: either open a contribution on the source Space or directly edit the one you've cloned) should solve the issue

PS: As a rule of thumb: you never need to duplicate a Space to get higher quotas (quotas are visitor based and not Space owner based)

I hope this will help and let me know if the issue still persists

·

Hi @cbensimon

I got this error when running my space: https://huggingface.co/spaces/endless-ai/Feat2GS

"""
ZeroGPU illegal duration
The requested GPU duration (300s) is larger than the maximum allowed
"""

I added @spaces.GPU(duration=300) to the run function in app.py. As the space developer, I need the runtime set to at least 300 seconds or more. Is this possible?

I’m not a Pro user, but I’m an admin of an organization with a paid Enterprise Hub subscription (1 seat).