@coiled.io

Run Python on the cloud easily + cheaply. Based on Dask for parallel computing.

Easily configure shared memory size for CLI jobs with `--docker-shm-size`. Training PyTorch models on a GPU and need more memory? Ever run into "Error: No space left on device"? You can now customize Docker shared memory size with `--docker-shm-size`. docs.coiled.io/user_guide/c...

Carbon code snippet of the following CLI command: coiled run --docker-shm-size=3gb python train.py

🔨 Job setup option for Coiled Batch Use `--host-setup-script` to configure your VM before your batch job starts. Easily: ✅ Install dependencies ✅ Mount cloud storage ✅ Handle authentication or any other setup your jobs need. Learn more: docs.coiled.io/user_guide/b...

We're big fans of rich for a nice terminal experience, but we've found sometimes folks log things even rich can't handle. As of the latest coiled=1.67.0 release, coiled logs automatically falls back to non-rich printing in these situations. Release notes: docs.coiled.io/user_guide/c...

Rich terminal output from coiled logs CLI command