How to deploy multiple model using nvidia dynamo graph of one architecture #3882
Unanswered
Nikhil-sarvam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I’m using a vLLM backend with the agg_router.yaml deployment, which follows a specific architecture. As far as I know, the router in this setup is global. Now, I need to deploy another model with the same architecture on the same cluster. How can I create a separate deployment and routing mechanism without requests being misrouted to the other model? Also, how would we use the KGateway and EPP components to route requests to different models when multiple models are deployed?
Beta Was this translation helpful? Give feedback.
All reactions