ray/release/train_tests/train_tests.yaml
matthewdeng e1e4a45b8d
[train] add simple Ray Train release tests (#19817)
* [train] add simple Ray Train release tests

* simplify tests

* update

* driver requirements

* move to test

* remove connect

* fix

* fix

* fix torch

* gpu

* add assert

* remove assert

* use gloo backend

* fix

* finish

Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-11-01 18:25:19 -07:00

17 lines
447 B
YAML

- name: train_tensorflow_mnist_test
cluster:
app_config: app_config.yaml
compute_template: compute_tpl.yaml
run:
timeout: 36000
script: python workloads/train_tensorflow_mnist_test.py
- name: train_torch_linear_test
cluster:
app_config: app_config.yaml
compute_template: compute_tpl.yaml
run:
timeout: 36000
script: python workloads/train_torch_linear_test.py