mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
26 lines
518 B
YAML
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
|