Unverified Commit 8e66d87f authored by sglang-bot's avatar sglang-bot Committed by GitHub
Browse files

Fix spec_utils.py (#11247)

parent a20fc7b7
......@@ -15,7 +15,7 @@ from sglang.srt.managers.schedule_batch import Req
from sglang.srt.utils import is_cuda, is_hip
if is_cuda():
from sgl_kernel import fast_topk
from sgl_kernel import fast_topk, tree_speculative_sampling_target_only
elif is_hip():
from sgl_kernel import fast_topk
......
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