We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e5c35 commit cf6afc4Copy full SHA for cf6afc4
examples/vllm_v1/components/main.py
@@ -172,7 +172,7 @@ async def init(runtime: DistributedRuntime, config: Config):
172
clear_endpoint = component.endpoint("clear_kv_blocks")
173
174
prefill_worker_client = (
175
- await runtime.namespace("dynamo")
+ await runtime.namespace(config.namespace)
176
.component("prefill") # TODO don't hardcode
177
.endpoint("generate")
178
.client()
0 commit comments