modal
Installation
SKILL.md
Modal
Installation
# Install Modal client and authenticate
pip install modal
modal setup # Opens browser for authentication
Hello World — Run a Function on GPU
# hello_gpu.py — Run a simple function on a cloud GPU
import modal
app = modal.App("hello-gpu")