mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* use nightly * switch ml cpu to ray cpu * fix * add pytest * add more pytest * add constraint * add tensorflow * fix merge conflict * add tblib * fix * add back uninstall
14 lines
296 B
YAML
14 lines
296 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_tune_test.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 1800
|