Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
GPU Compute
Hubify Labs integrates directly with GPU cloud providers to give you on-demand access to high-end compute. Currently powered by RunPod, with Modal serverless functions coming soon.Pod Management
Provision
Specify GPU type and duration. The system finds the cheapest available pod matching your requirements.
Initialize
Your lab’s environment is set up automatically: Python packages, data mounts, SSH keys, and monitoring agents.
Execute
Run experiments. Logs stream in real time. Intermediate results checkpoint to persistent storage.
GPU Options
| GPU | VRAM | Use Case | Approx. Cost |
|---|---|---|---|
| NVIDIA H200 | 141 GB | Large MCMC, multi-survey sweeps, foundation models | $4-6/hr |
| NVIDIA H100 | 80 GB | Training, medium MCMC, anomaly detection | $2-4/hr |
| NVIDIA A100 | 80 GB | General GPU compute, inference | $1-2/hr |
| NVIDIA A40 | 48 GB | Light GPU tasks, development | $0.50-1/hr |
Cost Controls
Set a monthly budget cap per lab:- New experiments queue instead of launching
- You receive a notification
- The orchestrator suggests cost-saving alternatives (smaller GPU, CPU-only preprocessing)
Auto-Optimization
The system picks the cheapest option for each experiment:Persistent Storage
Each lab gets persistent storage:- Survives pod teardowns
- Pre-stage large datasets for instant access
- Experiment outputs sync automatically
- Configurable retention policies
SSH Access
Every running pod is accessible via SSH:Idle Detection
When a pod finishes its experiment and nothing is queued:- Alert sent to you and the orchestrator
- System suggests next experiments that could use the pod
- If auto-schedule is enabled, the next experiment deploys automatically
- If nothing is queued for 15 minutes, the pod tears down