"launch/vscode:/vscode.git/clone" did not exist on "439e977d9c751ef80f1ed72f03078dc408137a74"
fix(dynamo-run): For internal comms use a random endpoint instead of hard coded (#1335)
To talk to the vllm/sglang/trtllm engine we previously hardcoded an endpoint. The user never sees it so it doesn't matter which one. However if you try to run _two_ instances of Dynamo on one machine they will conflict. Use a UUID as the component name to resolve that. Part of the solution for: https://github.com/ai-dynamo/dynamo/issues/1073
Showing
Please register or sign in to comment