Run Experiment Deploy and run ML experiment: $ARGUMENTS Workflow Step 1: Detect Environment Read the project's to determine the experiment environment: - Local GPU ( ): Look for local CUDA/MPS setup info - Remote server ( ): Look for SSH alias, conda env, code directory - Vast.ai ( ): Check for at project root — if a running instance exists, use it. Also check for a section. - Modal ( ): Serverless GPU via Modal. No SSH, no Docker, auto scale-to-zero. Delegate to . Modal detection: If has or a section, the entire deployment is handled by . Jump to Step 4: Deploy (Modal) — Steps 2-3 are not ne…