-
Notifications
You must be signed in to change notification settings - Fork 677
fix: Extend add_tensor_model so that ModelDeploymentCard can be correctly picked up #4169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Extend add_tensor_model so that ModelDeploymentCard can be correctly picked up #4169
Conversation
Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
WalkthroughThe KServe gRPC Rust bindings are extended to support optional runtime configuration for tensor models. The Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Poem
Pre-merge checks❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
|
@zhongdaor-nv please fix the failing pre-commit / linting check: https://github.com/ai-dynamo/dynamo/actions/runs/19162538015/job/54775719453?pr=4169 |
Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
…serve-grpc-python-bindings
Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
…serve-grpc-python-bindings
…serve-grpc-python-bindings
|
Pulled in #4198 |
…serve-grpc-python-bindings
…serve-grpc-python-bindings
rmccorm4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the new test causes a segfault, possibly due to an issue related to grpc and pytest forking the process: https://github.com/ai-dynamo/dynamo/actions/runs/19239177458/job/54997178441?pr=4169
…PC can't be forked Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
|
Looks like the lazy import and/or pytest-forked change fixed the hang: 44348b7 |
…ctly picked up (#4169) Signed-off-by: zhongdaor <zhongdaor@nvidia.com>
Overview:
Extend add_tensor_model so that ModelDeploymentCard can be correctly picked up
Details:
Where should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit
New Features
Bug Fixes