Blog#

Sign up the for the Coiled Newsletter for monthly updates on Dask + Coiled.

Production ETL

April 8th, 2024

Run large Python jobs on a schedule on the cloud.

Easy Scalable Production ETL
$ coiled run \
   --vm-type p4d.24xlarge \
   --region us-west-2 \
   --container huggingface/transformers-pytorch-gpu \
   python fine_tune.py
Machine Learning with Coiled
ML + GPUs

May 1, 2024

Easy access to GPUs.

Machine Learning with Coiled
Why Coiled?

January 10, 2024

Coiled makes working with TB-scale cloud data really easy.

Why Coiled?
@coiled.function(
    region="us-east-1",  # Same region as data
    memory="512 GiB",    # Enough memory for your data
)
def process(filename):
    # Everything inside the function stays the same
    ...
Parallel Serverless Functions at Scale
Parallel Serverless Functions

September 7, 2023

Easily adapt your Python code to run in parallel on the cloud.

Parallel Serverless Functions at Scale

All posts#