mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
54 lines
1.2 KiB
YAML
54 lines
1.2 KiB
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 2 600
|
|
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
|
|
|
|
- name: pipelined_training_50_gb
|
|
owner:
|
|
mail: "core@anyscale.com"
|
|
slack: "@Chen Shen"
|
|
|
|
cluster:
|
|
app_config: pipelined_training_app.yaml
|
|
compute_template: pipelined_training_compute.yaml
|
|
|
|
run:
|
|
timeout: 4800
|
|
prepare: python wait_cluster.py 15 1200
|
|
script: python pipelined_training.py --epochs 5
|
|
|
|
- name: pipelined_ingestion_1500_gb_15_windows
|
|
owner:
|
|
mail: "core@anyscale.com"
|
|
slack: "@Chen Shen"
|
|
|
|
cluster:
|
|
app_config: pipelined_ingestion_app.yaml
|
|
compute_template: pipelined_ingestion_compute.yaml
|
|
|
|
run:
|
|
timeout: 4800
|
|
prepare: python wait_cluster.py 21 2400
|
|
script: python pipelined_training.py --epochs 2 --num-windows 15 --num-files 915 --debug
|