ZeroGPU activation
The full Gradio implementation is already in app.py. Once ZeroGPU is attached to this Space:
- Change the README frontmatter from
sdk: statictosdk: gradio. - Set
sdk_version: 6.26.0,app_file: app.py,python_version: "3.12", andstartup_duration_timeout: 1h. - Keep the hardware flavor set to
zero-a10g. The handler requestssize="xlarge"because the BF16 model is well over 56 GB. - Upload the changed README and inspect build/runtime logs before calling the API.
Suggested community grant discussion title:
Apply for a GPU community grant: Personal project
Suggested description:
This public open-source research demo lets visitors explore the tool-use and stopping behavior of vcruz305/Muse-Glimmer-30B-Hermes-Agentic. It safely displays proposed tool calls without executing commands, file operations, web requests, or destructive actions, and exposes a documented Gradio API/MCP endpoint for reproducible evaluation.
The 30B BF16 checkpoint needs more than 56 GB of device memory, so the app requires a ZeroGPU xlarge allocation. The demo is educational and non-commercial, and I cannot currently cover dedicated GPU hosting costs. I am happy to provide more context if helpful.