What problem does it solve? Running GPU-intensive ML workloads typically requires provisioning servers, managing infrastructure, and paying for idle compute. This Skill provides guidance for using Modal's serverless GPU platform to run training, inference, and batch jobs on-demand with pay-per-second pricing and automatic scaling. ## Core Features & Use Cases - Serverless GPU Execution: Run Python functions on T4, A10G, L40S, A100, H100, H200, or B200 GPUs without managing infrastructure, with scale-to-zero billing. - Model Deployment as APIs: Deploy ML models as auto-scaling web endpoints using FastAPI decorators, ASGI apps, or dynamic batching for GPU-efficient inference. - Batch and Scheduled Jobs: Fan out parallel processing with .map(), persist model artifacts in Volumes, and schedule cron jobs for recurring workloads. - Use Case: Deploy a text-generation model on an A10G GPU as a REST endpoint that scales from zero to hundreds of containers automatically, paying only for actual inference time. ## Quick Start Use the modal skill to deploy my text generation model as a serverless GPU endpoint on an A10G.