What problem does it solve? Running GPU-intensive ML workloads typically requires provisioning servers, managing infrastructure, and paying for idle compute. This Skill guides you through using Modal to run training, inference, and batch jobs on on-demand GPUs with pay-per-second pricing and automatic scaling. ## Core Features & Use Cases - Serverless GPU Execution: Run Python functions on T4, A10G, L40S, A100, H100, and B200 GPUs without managing infrastructure. - Model Deployment as APIs: Deploy ML models as auto-scaling FastAPI endpoints with dynamic batching and zero-downtime updates. - Batch & Scheduled Jobs: Fan out parallel processing with .map() and run cron-scheduled workloads. - Use Case: Deploy a text-generation model on an A10G GPU as a REST endpoint that scales to zero when idle and handles concurrent requests with model loading at container start. ## Quick Start Ask the agent to write and deploy a Modal app that runs a GPU inference function and exposes it as a web endpoint.