From da01f2974ebaab7187230cfd9826bddb553215cc Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Mon, 1 Jun 2026 13:26:52 -0700 Subject: [PATCH] [Log] include max_token_num and hidden_dim in FlashInfer workspace init log (#26605) --- python/sglang/srt/layers/flashinfer_comm_fusion.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/sglang/srt/layers/flashinfer_comm_fusion.py b/python/sglang/srt/layers/flashinfer_comm_fusion.py index b041be9e6..d441276ed 100644 --- a/python/sglang/srt/layers/flashinfer_comm_fusion.py +++ b/python/sglang/srt/layers/flashinfer_comm_fusion.py @@ -436,7 +436,8 @@ class FlashInferWorkspaceManager: backend = getattr(self.workspace, "backend", "unknown") logger.info( f"FlashInfer workspace initialized for rank {rank}, " - f"world_size {world_size}, backend {backend}" + f"world_size {world_size}, backend {backend}, " + f"max_token_num {max_token_num}, hidden_dim {hidden_dim}" ) def is_buffer_size_sufficient(