Hi folks,
(Thanks for open-sourcing this project!)
The python client is currently pinned to an older version of protobuf:
https://github.com/triton-inference-server/client/blob/main/src/python/library/requirements/requirements_grpc.txt#L30
protobuf 6.x (https://pypi.org/project/protobuf/) is quite stable
I'm using protobuf 6 for internal services and would love to switch from tritonclient http to grpc but from past experience, protobuf version mismatching can be quite risky due to subtle runtime differences.
Is a protobuf6 release of triton client for python on the horizon?
Thanks for reading
Hi folks,
(Thanks for open-sourcing this project!)
The python client is currently pinned to an older version of protobuf:
https://github.com/triton-inference-server/client/blob/main/src/python/library/requirements/requirements_grpc.txt#L30
protobuf 6.x (https://pypi.org/project/protobuf/) is quite stable
I'm using protobuf 6 for internal services and would love to switch from tritonclient http to grpc but from past experience, protobuf version mismatching can be quite risky due to subtle runtime differences.
Is a protobuf6 release of triton client for python on the horizon?
Thanks for reading