chabab/qwen-agentworld-35b-zerogpu
3
Qwen-AgentWorld-35B-A3B — ZeroGPU Space
Free GPU demo of `Qwen/Qwen-AgentWorld-35B-A3B` running on Hugging Face ZeroGPU. The 35B MoE is loaded 4-bit (nf4) so it fits in a ZeroGPU slot.
Why this is "free"
- ZeroGPU compute is free; an HF Pro account gets the largest daily quota.
- No always-on server, no per-hour billing (unlike Inference Endpoints).
Deploy
- Create a new Space → SDK Gradio.
- In Settings → Hardware, select ZeroGPU (free with Pro).
- Push
app.py,requirements.txt, and thisREADME.md.
Or push from the CLI (see push_space.py in this folder).
Notes
size/durationare tuned inapp.py; lowermax_new_tokens= less quota used.- ZeroGPU's backing GPU and per-slot VRAM change over time — if 4-bit ever stops fitting, switch
MODEL_IDto a pre-quantized mirror.
