How to deploy multiple model using nvidia dynamo graph of one architecture #3703
Nikhil-sarvam
started this conversation in
General
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.yamldeployment, which follows a specific architecture. As far as I know, the router is global in this setup. 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 causing requests to be misrouted to the other model?Beta Was this translation helpful? Give feedback.
All reactions