Support PD bootstrap fields on /v1/chat/completions endpoint (#5488)
This commit is contained in:
@@ -1174,6 +1174,8 @@ def v1_chat_generate_request(
|
||||
rid=request_ids,
|
||||
modalities=modalities_list,
|
||||
lora_path=lora_paths,
|
||||
bootstrap_host=all_requests[0].bootstrap_host,
|
||||
bootstrap_room=all_requests[0].bootstrap_room,
|
||||
)
|
||||
|
||||
return adapted_request, all_requests if len(all_requests) > 1 else all_requests[0]
|
||||
|
||||
Reference in New Issue
Block a user