mirror of
https://github.com/vale981/ray
synced 2025-03-11 21:56:39 -04:00
15 lines
243 B
YAML
15 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
|
||
|
|