-
Notifications
You must be signed in to change notification settings - Fork 580
fix: update inference gateway deployment instructions #1940 #1941
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
Conversation
Caution Review failedFailed to post review comments. WalkthroughThis update introduces extensive changes across container, deployment, example, and SDK files. Key changes include Dockerfile enhancements (notably for sglang), dependency upgrades (NATS, ETCD, NIXL), new and updated Kubernetes deployment manifests for multimodal and LLM examples, Helm chart restructuring, and improvements to test logic and SDK utility exports. Several configuration and documentation files are also updated or removed. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant K8s
participant Container
participant SDK
User->>K8s: Apply DynamoGraphDeployment manifest (e.g. multimodal/llm example)
K8s->>Container: Launch container with specified image, resources, args
Container->>SDK: Import and use get_capi_library_path()
SDK->>Container: Return correct path for C API library
Container->>K8s: Expose health/readiness endpoints (as per Helm template)
User->>K8s: Interact via service endpoints
Possibly related PRs
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Overview:
Cherry-pick for #1940
This is targeted at vllm_v0 examples specifically for release/0.3.2
fixes: https://nvbugs/5357930
closes: DEP-230
Details:
Where should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit
New Features
Improvements
Bug Fixes
Removals
Dependency Updates
av
Python package to requirements for video processing support.Style/Refactor
Documentation