From 2515ee0dbbce5b38ee534a0b84e05a98c7de5b2b Mon Sep 17 00:00:00 2001 From: Jay Chia Date: Thu, 5 Dec 2024 00:57:10 -0800 Subject: [PATCH] Set the runner to ray --- .github/working-dir/dedup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/working-dir/dedup.py b/.github/working-dir/dedup.py index a345792e70..bf0933fbc0 100644 --- a/.github/working-dir/dedup.py +++ b/.github/working-dir/dedup.py @@ -96,6 +96,7 @@ def components(df: DataFrame) -> DataFrame: if __name__ == "__main__": + daft.context.set_runner_ray() daft.set_execution_config(enable_ray_tracing=True) df = daft.read_parquet("s3://eventual-dev-benchmarking-fixtures/redpajama-parquet/v1.0.0/sample-0.01")