From b8140f36eaba8307986231cff70854d22c42a224 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Thu, 6 Aug 2026 15:53:40 +0800 Subject: [PATCH] Fix lint error (#33830) --- python/sglang/srt/speculative/dflash_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/srt/speculative/dflash_utils.py b/python/sglang/srt/speculative/dflash_utils.py index f5aa6e158..649f0dd9a 100644 --- a/python/sglang/srt/speculative/dflash_utils.py +++ b/python/sglang/srt/speculative/dflash_utils.py @@ -53,6 +53,7 @@ elif is_hip(): from sglang.kernels.ops.sampling.renorm_triton import ( top_p_renorm_probs_triton as top_p_renorm_prob, ) + tree_speculative_sampling_target_only = None else: top_k_renorm_prob = None