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
551 stars 227 forks source link

Add a check if ModelParser pointer is nullptr #652

Closed lkomali closed 4 months ago

lkomali commented 4 months ago

This check is needed so that test_inference_profiler unit test doesn't fail.