triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
517 stars 224 forks source link

Add code to catch error at line 58 #693

Closed lkomali closed 4 weeks ago

lkomali commented 1 month ago

While investigation TPA-113 @matthewkotila found that the error is being dropped at line 58 in triton_c_api_backend.cc. This PR catches the error.