[model-gateway]: fix crash in embedding worker health check (#15910)
This commit is contained in:
@@ -233,6 +233,9 @@ class SGLangSchedulerServicer(sglang_scheduler_pb2_grpc.SglangSchedulerServicer)
|
|||||||
rid=rid,
|
rid=rid,
|
||||||
input_text="",
|
input_text="",
|
||||||
input_ids=[0],
|
input_ids=[0],
|
||||||
|
image_inputs={"mm_items": []},
|
||||||
|
token_type_ids=[0],
|
||||||
|
sampling_params=sampling_params,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Submit health check request
|
# Submit health check request
|
||||||
|
|||||||
Reference in New Issue
Block a user