Skip to content
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,35 @@ tests:
verbose: true
skip_validation: true
enable_pathways: false
- name: p2p_checkpoint_manager_benchmark
cluster_name: orbax-cluster-test-mtc
tpu_type: v5litepod-16
zone: us-west1-c
gcp_region: us-west1
gcp_project: orbax-checkpoint
config_file: orbax/checkpoint/_src/testing/benchmarks/configs/p2p_checkpoint_manager_benchmark.yaml
docker_image: gcr.io/orbax-checkpoint/orbax-benchmarks-runner:latest
output_directory: gs://orbax-benchmarks/cloud_runs/
nodelete_cluster_on_completion: true
ramdisk_directory: /local/test
num_slices: 2
test_restart_workflow: false
verbose: true
skip_validation: true
enable_pathways: false
- name: pathways_checkpoint_manager_benchmark
cluster_name: orbax-cluster-test-pathways
tpu_type: v5litepod-16
zone: us-west1-c
gcp_region: us-west1
gcp_project: orbax-checkpoint
config_file: orbax/checkpoint/_src/testing/benchmarks/configs/checkpoint_manager_benchmark.yaml
docker_image: gcr.io/orbax-checkpoint/orbax-benchmarks-runner:latest
output_directory: gs://orbax-benchmarks/cloud_runs/
nodelete_cluster_on_completion: true
ramdisk_directory: /local/test
num_slices: 2
test_restart_workflow: false
verbose: true
skip_validation: true
enable_pathways: true
Loading