huguforever/zerogpu-fast
0
๐ Fleet ยท fast
ZeroGPU worker serving [huihui-ai/Huihui-gpt-oss-20b-mxfp4-abliterated-v2](https://huggingface.co/huihui-ai/Huihui-gpt-oss-20b-mxfp4-abliterated-v2) (Apache-2.0) โ OpenAI gpt-oss-20b MoE (21B/3.6B active) in its native MXFP4 checkpoint (~14GB), SFT'd by huihui-ai on abliterated samples.
Role in the fleet
Fast general worker: cheapest/quickset turn for summarising, drafting, routing, classification. Text-only โ no tool calling on this endpoint (gpt-oss speaks the harmony format; give tool-needing tasks to reason/code workers or the CEO).
Call it
from gradio_client import Client
c = Client("huguforever/zerogpu-fast", hf_token="hf_...") # token bills ZeroGPU quota to you
res = c.predict(
messages='[{"role":"user","content":"Summarize this diff in 3 bullets"}]',
tools='[]', max_tokens=2048, temperature=0.6,
api_name="/chat",
)
assistant = res["message"]Activation checklist
- Space Settings โ Hardware โ ZeroGPU (size
large, 48GB โ MXFP4 runs natively on the Blackwell RTX Pro 6000). - Add HF_TOKEN secret so
gradio_clientcalls bill your account. - Lightest build of the fleet (~14GB download) โ fast first boot.
โ ๏ธ
Abliterated model โ refusal behaviour removed; not aligned. For research use.
