Skip to content

Commit b852070

Browse files
author
wangzaijun
committed
fix
1 parent 1fe1574 commit b852070

File tree

1 file changed

+0
-10
lines changed
  • lightllm/server/httpserver_for_pd_master

1 file changed

+0
-10
lines changed

lightllm/server/httpserver_for_pd_master/manager.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,6 @@ async def _log_req_header(self, request: Request, group_request_id: int):
142142
)
143143
return
144144

145-
async def _to_req_info(
146-
self, prompt: Union[str, List[int]], sampling_params: SamplingParams, multimodal_params: MultimodalParams
147-
):
148-
req = {
149-
"inputs": prompt,
150-
"parameters": sampling_params.to_origin_dict(),
151-
"multimodal_params": multimodal_params.to_origin_dict(),
152-
}
153-
return req
154-
155145
async def fetch_stream(
156146
self,
157147
p_node: PD_Client_Obj,

0 commit comments

Comments
 (0)