Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,11 @@

cluster:
byod:
runtime_env:
# Enable verbose stats for resource manager
- RAY_DATA_DEBUG_RESOURCE_MANAGER=1

# 'type: gpu' means: use the 'ray-ml' image.
type: gpu
cluster_compute: compute_configs/compute_gpu_4x4_aws.yaml

Expand Down
2 changes: 1 addition & 1 deletion release/train_tests/benchmark/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RecsysConfig(TaskConfig):
class RayDataConfig(DataLoaderConfig):
# NOTE: Optional[int] doesn't play well with argparse.
local_buffer_shuffle_size: int = -1
enable_operator_progress_bars: bool = False
enable_operator_progress_bars: bool = True
ray_data_prefetch_batches: int = 4
ray_data_override_num_blocks: int = -1
locality_with_output: bool = False
Expand Down