Skip to content

Commit

Permalink
Fix lint (#49056)
Browse files Browse the repository at this point in the history
Signed-off-by: hjiang <dentinyhao@gmail.com>
  • Loading branch information
dentiny authored Dec 4, 2024
1 parent 557e1a9 commit 79b85a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/release_data_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

0 comments on commit 79b85a5

Please sign in to comment.