allegroai / clearml-serving

ClearML - Model-Serving Orchestration and Repository Solution
https://clear.ml
Apache License 2.0
138 stars 40 forks source link

added exit-on-error option for tritonserver. #76

Closed stephanbertl closed 3 months ago

stephanbertl commented 5 months ago

Add the option to send exit-on-error parameter to tritonserver. Setting this to false prevents single models breaking a whole tritonserver instance.

Fixes allegroai/clearml-serving#60