Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data] Add benchmark for Ray Data + Trainer #37624

Merged
merged 21 commits into from
Jul 25, 2023
Merged
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
Prev Previous commit
yaml path
Signed-off-by: Scott Lee <[email protected]>
  • Loading branch information
scottjlee committed Jul 25, 2023
commit 25e6f76e33b59a22b5fb69219a59c3c770512c6b
4 changes: 2 additions & 2 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6206,7 +6206,7 @@
byod:
type: gpu
cluster_env: app_config.yaml
cluster_compute: ../../air_tests/air_benchmarks/mlperf-train/compute_gpu_4x4_aws.yaml
cluster_compute: ../../air_tests/air_benchmarks/compute_gpu_4x4_aws.yaml

run:
timeout: 600
Expand All @@ -6219,7 +6219,7 @@
frequency: manual
cluster:
cluster_env: app_config.yaml
cluster_compute: ../../air_tests/air_benchmarks/mlperf-train/compute_gpu_4x4_gce.yaml
cluster_compute: ../../air_tests/air_benchmarks/compute_gpu_4x4_gce.yaml

- name: read_tfrecords_benchmark_single_node
group: data-tests
Expand Down
Loading