"lib/bindings/vscode:/vscode.git/clone" did not exist on "b823575e606f31b98b0f51fcb33e757cd60947c4"
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