Conversation
|
Hi @krishung5 @rmccorm4, do you have any concern if the gRPC version on the client is newer than the one on the server? The server is currently on 1.54.3, and this change will set the version on the client to 1.67.1 |
@kthui The current client version specification before this change ( However, @mc-nv can you add details on the reason/context in the Description of these types of PRs so in the future looking backwards we can better understand why this change was made? Also linking related PR: triton-inference-server/model_analyzer#946 |
* Build Updates for Ubuntu24.04 (#802) (#805) * update cmake version * include patch version in cmake install Co-authored-by: Anant Sharma <anants@nvidia.com> * Hotfix for java (#808) * Prevent failure if cache is empty (#809) * Lock grpcio version (#811) * fix: Partial fix for L0_https (#810) * Fix L0_https--base SSL issue (#813) * Upgrade geventhttpclient version to 2.3.2 * Upgrade geventhttpclient to latest version --------- Co-authored-by: Anant Sharma <anants@nvidia.com> Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com>
|
Found this issue trying to understand why Asking because I'm noticing that the latest grpcio release (1.76.0) supports binary wheels for python 3.14 but the |
I'm hoping that underlying issue has now been resolved? Here is a PR to loosen requirements at #862, that should work if my assumption holds :) |
|
Hello. This pinning avoids the use of Python 3.14. Can you please fix this? Thanks! |
Intro:
Without this upper version limit model we getting issue where Model Analyzer is unable to reach grpc endpoint.