triton-inference-server / fil_backend

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

Perform version check for Treelite 3.0+ #288

Closed hcho3 closed 1 year ago

hcho3 commented 1 year ago

Perform version check for Treelite 3.0+. When a newer versioned model is given, Triton-FIL should throw a warning about a possible incompatibility (e.g. a new feature may not be supported).

I will come back to this issue once Triton-FIL updates to cuML 22.10.

wphicks commented 1 year ago

After #307, we're on cuML 22.10. Do you think it likely we could get this into 23.01?

hcho3 commented 1 year ago

@wphicks Yes, it should be straightforward to implement the version check.