Inconsistent connection times with InferenceClient("localhost:50051") and InferenceClient("[::]:50051")
#110
Labels
bug
Something isn't working
InferenceClient("localhost:50051")
is taking significantly longer to establish a connection withWaitForServer()
taking over 30+ seconds. The defaultsInferenceClient("[::]:50051")
however are instantaneous (< 1ms).cc @mkornacker
The text was updated successfully, but these errors were encountered: