ray/release/nightly_tests/dataset/dataset_test.yaml
2021-08-20 11:26:01 -07:00

26 lines
518 B
YAML

- name: inference
owner:
mail: "core@anyscale.com"
slack: "@Alex Wu"
cluster:
app_config: app_config.yaml
compute_template: inference.yaml
run:
timeout: 600
prepare: python wait_cluster.py
script: python inference.py
- name: shuffle_data_loader
owner:
mail: "core@anyscale.com"
slack: "@Chen Shen"
cluster:
app_config: shuffle_app_config.yaml
compute_template: shuffle_compute.yaml
run:
timeout: 1800
script: python dataset_shuffle_data_loader.py