"...git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "0d99ae1fe84f8d191abe5ed1c2f4fdc5a9f9a773"
Unverified Commit 6f1e03a4 authored by Chang Su's avatar Chang Su Committed by GitHub
Browse files

[router][grpc] Fix sampling_params.stop_strs is None (#11306)

parent f4affd4d
......@@ -501,6 +501,7 @@ class SGLangSchedulerServicer(sglang_scheduler_pb2_grpc.SglangSchedulerServicer)
# Convert sampling params
sampling_params = self._convert_sampling_params(grpc_req.sampling_params)
sampling_params.normalize(tokenizer=None)
# Extract disaggregated params if present
bootstrap_host = None
......
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