2021-07-16 14:15:49 -07:00
|
|
|
- name: inference
|
|
|
|
owner:
|
|
|
|
mail: "core@anyscale.com"
|
|
|
|
slack: "@Alex Wu"
|
|
|
|
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: inference.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 600
|
2021-08-01 18:03:46 -07:00
|
|
|
prepare: python wait_cluster.py
|
2021-07-16 14:15:49 -07:00
|
|
|
script: python inference.py
|
2021-08-01 18:03:46 -07:00
|
|
|
|
2021-08-20 11:26:01 -07:00
|
|
|
- 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
|