What problem does it solve?
This Skill addresses the complexity and variability in deploying machine learning experiments across different environments, including local machines, remote servers, cloud providers like Vast.ai, and serverless platforms like Modal.
Core Features & Use Cases
- Environment Detection: Determines the appropriate environment for running experiments based on the project's setup in
CLAUDE.md.
- Pre-flight Checks: Ensures GPU availability and synchronizes code as needed.
- Deployment Automation: Handles deployment tasks like code syncing, container launching, and GPU allocation.
- Resource Management: Manages resources efficiently, including GPU memory usage and cost estimation.
- Use Case: For a researcher looking to deploy a Python script for training a deep learning model, this Skill automates the entire process, from setting up the environment to running the experiment.
Quick Start
To run an experiment, use the command: /run-experiment 'My experiment description'.