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