"examples/backends/vscode:/vscode.git/clone" did not exist on "77aadb722f279ed5d0b528e6980a4709965a485f"
Unverified Commit e0fb52d1 authored by Alec's avatar Alec Committed by GitHub
Browse files

fix: failing test I missed (#4162)


Signed-off-by: default avataralec-flowers <aflowers@nvidia.com>
parent 209783dd
......@@ -64,6 +64,10 @@ class DynamoWorkerProcess(ManagedProcess):
env["DYN_SYSTEM_USE_ENDPOINT_HEALTH_STATUS"] = '["generate"]'
env["DYN_SYSTEM_PORT"] = port
if is_prefill:
env["DYN_VLLM_KV_EVENT_PORT"] = "20082"
env["VLLM_NIXL_SIDE_CHANNEL_PORT"] = "5601"
# Set log directory based on worker type
worker_type = "prefill_worker" if is_prefill else "worker"
log_dir = f"{request.node.name}_{worker_type}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment