triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
67 stars 35 forks source link

Ensure that bad model loads exit as gracefully as possible #265

Closed wphicks closed 1 year ago

wphicks commented 2 years ago

Currently, models with a Treelite version mismatch bring down the server rather than throwing a TritonException as desired.