triton-inference-server / openvino_backend

OpenVINO backend for Triton.
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

Fix error handling #40

Closed krishung5 closed 2 years ago

krishung5 commented 2 years ago

The previous logic should be fixed as it is possible that parameters field has some parameters but not all of them. We should not return error when one of the parameters is not found.