From 79b85a5f99f4e7a953dcc674c11d3badac71e089 Mon Sep 17 00:00:00 2001 From: dentiny Date: Tue, 3 Dec 2024 18:04:53 -0800 Subject: [PATCH] Fix lint (#49056) Signed-off-by: hjiang --- release/release_data_tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release/release_data_tests.yaml b/release/release_data_tests.yaml index d62913f00691..9693f5cefc7d 100644 --- a/release/release_data_tests.yaml +++ b/release/release_data_tests.yaml @@ -544,12 +544,12 @@ run: timeout: 1800 script: > - python gpu_batch_inference.py + python gpu_batch_inference.py --data-directory 300G-image-data-synthetic-raw-parquet --data-format parquet - name: batch_inference_chaos stable: False - # Don't use 'nightly_tests/dataset' as the working directory because we need to run + # Don't use 'nightly_tests/dataset' as the working directory because we need to run # the 'setup_chaos.py' script. working_dir: nightly_tests @@ -560,7 +560,7 @@ timeout: 1800 prepare: python setup_chaos.py --max-to-kill 2 --kill-delay 30 script: > - python dataset/gpu_batch_inference.py + python dataset/gpu_batch_inference.py --data-directory 300G-image-data-synthetic-raw-parquet --data-format parquet # 10 TB image classification parquet data with autoscaling heterogenous cluster @@ -574,5 +574,5 @@ run: timeout: 3600 script: > - python gpu_batch_inference.py + python gpu_batch_inference.py --data-directory 10T-image-data-synthetic-raw-parquet --data-format parquet