mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00

* wip * add directory * wip * try again * Revert "try again" This reverts commit 82d33ccea6f92848df025e019b87df73cea49e5d. * finish * formatting * fix merge * fix path * chmod * check * sudo * wip * update * fix horovod * try * typo * reduce num workers
14 lines
291 B
YAML
14 lines
291 B
YAML
- name: horovod_test
|
|
cluster:
|
|
app_config: app_config_master.yaml
|
|
compute_template: compute_tpl.yaml
|
|
|
|
run:
|
|
timeout: 36000
|
|
prepare: python wait_cluster.py 3 600
|
|
script: python workloads/horovod_test.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 1800
|