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 deploying models, running batch jobs, and scaling inference on Modal's serverless GPU platform without infrastructure management. ## Core Features & Use Cases - Serverless GPU Execution: Run functions on T4, A10G, L40S, A100, H100, and B200 GPUs with pay-per-second pricing and scale-to-zero behavior. - Model Deployment as APIs: Deploy ML models as auto-scaling FastAPI endpoints with dynamic batching, lifecycle hooks, and zero-downtime updates. - Batch and Scheduled Jobs: Fan out parallel processing with .map() and run cron-scheduled workloads with persistent volumes for model caching. - Use Case: Deploy a text-generation model on an A10G GPU as a REST endpoint that scales from zero to dozens of containers automatically during traffic spikes. ## Quick Start Use the modal skill to deploy my text generation model as a GPU-backed API endpoint on Modal.