triton-inference-server / pytriton

PyTriton is a Flask/FastAPI-like interface that simplifies Triton's deployment in Python environments.
https://triton-inference-server.github.io/pytriton/
Apache License 2.0
719 stars 50 forks source link

Client network and/or connection timeout is smaller than requested timeout_s. This may cause unexpected behavior. #38

Closed lfxx closed 11 months ago

lfxx commented 11 months ago

Is your feature request related to a problem? Please describe. i get this warning,can we provide a parameter to slience this warning,really annoying.

pziecina-nv commented 11 months ago

Hi, we plan to review codes for such warning and switch to warnings package. This way it can be selectively filtered + if needed still captured by logging.

lfxx commented 11 months ago

Hi, we plan to review codes for such warning and switch to warnings package. This way it can be selectively filtered + if needed still captured by logging.

get it