banner
coiled.io
@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...
March 5, 2025 at 9:36 PM
Calculating quantiles, a common application in #geospatial workloads, used to be slow due to GIL contention in NumPy.

The new implementation in @dask.org + @xarray.bsky.social is up to a hundred times faster and scales independently of the number of threads 🥳 .

docs.coiled.io/blog/array-q...
December 19, 2024 at 1:07 AM
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...
December 5, 2024 at 10:16 PM