What problem does it solve? Running large ML workloads requires GPU resources that local machines often lack, and managing remote Colab runtimes or Modal jobs manually involves quota limits, auth flows, kernel hangs, and silent failures that waste hours. ## Core Features & Use Cases - Colab VM orchestration: Allocate T4/L4/A100 VMs, execute .py/.ipynb files remotely, stream logs, download artifacts, and stop sessions to preserve quota. - Headless notebook hardening: Guard against getpass hangs, files.download failures, and numpy ABI breakage when running notebooks non-interactively. - Modal escalation path: When a Colab T4 (~14.5 GiB) cannot hold 27B+ models in NF4 quantization, run the same pipeline on Modal L4/A100 with a verified image recipe. - Use Case: You need to abliterate and convert a 27B model to GGUF. Start on a free Colab T4, detect the OOM, then escalate to a Modal L4 job with keepalive logging and volume-based artifact delivery. ## Quick Start Ask the agent to allocate a Colab T4 session named myjob, run your training script remotely, and stop the VM when finished.