triton-inference-server / fil_backend

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

Correctly handle unset TRITON_VERSION for build.py #227

Closed wphicks closed 2 years ago

wphicks commented 2 years ago

Use main for upstream versions when TRITON_VERSION is not set with build.py. Also ensure that TRITON_VERSION for docker container matches version specified for the host build

wphicks commented 2 years ago

Admin merged because failure case was not tested on feature branches anyway