triton-inference-server / fil_backend

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

build.sh unnecessarily builds server when PREBUILT_IMAGE is set #201

Closed wphicks closed 2 years ago

wphicks commented 2 years ago

191 introduced a regression where BACKEND is set to 1 even when a prebuilt server image is supplied, causing the backend to be built again. This causes additional work in CI and can potentially cause some confusion in edge cases for testing local builds.