mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

* wip * wip * add ray lightning test * fix * update * merge and add * fix * fix * rename * autoscale * add tblib * gloo backend * typo * upgrade torch * latest and master
22 lines
No EOL
508 B
YAML
22 lines
No EOL
508 B
YAML
- name: ray_lightning_user_test_latest
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: compute_tpl.yaml
|
|
|
|
run:
|
|
use_connect: True
|
|
autosuspend_mins: 10
|
|
timeout: 1200
|
|
script: python workloads/ray_lightning_user_test.py
|
|
|
|
|
|
- name: ray_lightning_user_test_master
|
|
cluster:
|
|
app_config: app_config_master.yaml
|
|
compute_template: compute_tpl.yaml
|
|
|
|
run:
|
|
use_connect: True
|
|
autosuspend_mins: 10
|
|
timeout: 1200
|
|
script: python workloads/ray_lightning_user_test.py |