mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
19 lines
443 B
YAML
19 lines
443 B
YAML
- name: rte_many_tasks_actors
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: rte_small.yaml
|
|
|
|
run:
|
|
timeout: 600
|
|
prepare: python wait_cluster.py 4 600
|
|
script: python workloads/rte_many_tasks_actors.py
|
|
|
|
- name: wheel_urls
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: rte_minimal.yaml
|
|
|
|
run:
|
|
timeout: 600
|
|
prepare: python wait_cluster.py 1 600
|
|
script: python workloads/wheel_urls.py
|