Skip to content

Commit cf6afc4

Browse files
committed
feat: configurable namespace for vll v1 example
1 parent 30e5c35 commit cf6afc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vllm_v1/components/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async def init(runtime: DistributedRuntime, config: Config):
172172
clear_endpoint = component.endpoint("clear_kv_blocks")
173173

174174
prefill_worker_client = (
175-
await runtime.namespace("dynamo")
175+
await runtime.namespace(config.namespace)
176176
.component("prefill") # TODO don't hardcode
177177
.endpoint("generate")
178178
.client()

0 commit comments

Comments
 (0)