Spaces:
Running on Zero
Running on Zero
A newer version of the Gradio SDK is available: 6.28.0
metadata
title: Qwen-AgentWorld-35B-A3B
emoji: π
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
python_version: '3.12'
pinned: false
license: apache-2.0
short_description: Free ZeroGPU demo of Qwen-AgentWorld-35B-A3B (4-bit)
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.