hivemind-gpu-worker / README.md
Pista1981's picture
πŸ”§ Fix for ZeroGPU
1c0dd8c verified
---
title: Hivemind GPU Worker
emoji: πŸ€–
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
hardware: zero-a10g
---
# πŸ€– Hivemind GPU Worker
**ZeroGPU Training Worker** - Part of FREE GPU FARM (72h/week automated!)
## GPU Resources
| Platform | GPU | Hours/Week | Status |
|----------|-----|------------|--------|
| Kaggle | P100 16GB | 30h | βœ… Auto |
| **HuggingFace** | **ZeroGPU T4** | **42h** | βœ… Auto |
| Total Automated | - | **72h** | βœ… |
## API Usage
```python
from gradio_client import Client
client = Client("Pista1981/hivemind-gpu-worker")
result = client.predict(
agent_name="MyAgent",
skill="machine learning",
epochs=1,
api_name="/train_agent"
)
```