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
|
|
|
|
prepare: sleep 0
|
|
|
|
script: python inference.py
|
2021-07-27 12:37:11 -07:00
|
|
|
|