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
Is your feature request related to a problem? Please describe.
This is a blocking issue for us.
gRPC-generated files are old and incompatible with many other libraries (tested for Python). As has been mentioned here:
Restrict maximum version due to breaking protobuf 4.21.0 changes
(see protocolbuffers/protobuf#10051)
TODO: Update to be compatible with 4.0 release (DLIS-3809)
protobuf>=3.5.0,<3.20
There is memory leak in later Python GRPC (1.43.0 to be specific),
use known working version until the memory leak is resolved in the future
(see grpc/grpc#28513)
grpcio==1.41.0
numpy>=1.19.1
python-rapidjson>=0.9.1
Describe the solution you'd like
We can do two things: Release the client with two different Protoc support: version 3 and version 4. Or we can just increase the version to the latest.
Describe alternatives you've considered
Using HTTP or gRPC but not using the triton-client package which is not ideal as there are many nice optimizations in the package.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is a blocking issue for us.
gRPC-generated files are old and incompatible with many other libraries (tested for Python). As has been mentioned here:
Describe the solution you'd like
We can do two things: Release the client with two different Protoc support: version 3 and version 4. Or we can just increase the version to the latest.
Describe alternatives you've considered
Using HTTP or gRPC but not using the triton-client package which is not ideal as there are many nice optimizations in the package.
The text was updated successfully, but these errors were encountered: