Fix lint error (#33830)

This commit is contained in:
YC Yen-Ching Tseng
2026-08-06 00:53:40 -07:00
committed by GitHub
parent bfce378e5f
commit b8140f36ea
@@ -53,6 +53,7 @@ elif is_hip():
from sglang.kernels.ops.sampling.renorm_triton import ( from sglang.kernels.ops.sampling.renorm_triton import (
top_p_renorm_probs_triton as top_p_renorm_prob, top_p_renorm_probs_triton as top_p_renorm_prob,
) )
tree_speculative_sampling_target_only = None tree_speculative_sampling_target_only = None
else: else:
top_k_renorm_prob = None top_k_renorm_prob = None