triton-inference-server / fil_backend

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

Handle generic exception from Treelite #274

Closed hcho3 closed 2 years ago

hcho3 commented 2 years ago

Closes #265

I submitted https://github.com/dmlc/treelite/pull/389 to avoid using generic exceptions like std::runtime_error. Since it takes a while for changes in Treelite to propagate to a Triton-FIL release, I am submitting this PR as an interim measure.

hcho3 commented 2 years ago

@wphicks When can we merge this?

wphicks commented 2 years ago

Oh, looks like it didn't trigger CI correctly. We'll have to give it a manual push. I'll take care of it in just a bit.

hcho3 commented 2 years ago

@wphicks Can we merge this now? I restarted the CI and now all tests passed.

wphicks commented 2 years ago

Done! Thank you very much.