mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
14 lines
243 B
YAML
14 lines
243 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: sleep 0
|
|
script: python inference.py
|
|
|