From 09a9d214f7f0387b92deba5b10ecd19adfd90c18 Mon Sep 17 00:00:00 2001 From: Aurick Qiao Date: Mon, 19 Jan 2026 15:48:49 -0800 Subject: [PATCH] Pipe customized_info through CudaGraphRunner output (#17088) --- python/sglang/srt/model_executor/cuda_graph_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/srt/model_executor/cuda_graph_runner.py b/python/sglang/srt/model_executor/cuda_graph_runner.py index 55a23e333..b0b2ede6d 100644 --- a/python/sglang/srt/model_executor/cuda_graph_runner.py +++ b/python/sglang/srt/model_executor/cuda_graph_runner.py @@ -878,6 +878,7 @@ class CudaGraphRunner: if output.hidden_states is not None else None ), + customized_info=output.customized_info, ) else: assert isinstance(output, PPProxyTensors)