You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added inference_timeout_s parameters to client classes
Renamed PyTritonClientUrlParseError to PyTritonClientInvalidUrlError
ModelClient and FuturesModelClient methods raise PyTritonClientClosedError when used after client is closed
Pinned tritonclient dependency due to issues with tritonclient >= 2.34 on systems with glibc version lower than 2.34
Added warning after Triton Server setup and teardown while using too verbose logging level as it may cause a significant performance drop in model inference