"git@developer.sourcefind.cn:change/sglang.git" did not exist on "60468da4e2d7bda65ee3ad04857d7e29db9396af"
Unverified Commit 72a110f6 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Tiny update error hints (#6846)

parent 5aff1e93
...@@ -82,7 +82,7 @@ def topk_ids_logical_to_physical( ...@@ -82,7 +82,7 @@ def topk_ids_logical_to_physical(
return _topk_ids_logical_to_physical_static(topk_ids, info) return _topk_ids_logical_to_physical_static(topk_ids, info)
if info.ep_dispatch_algorithm in ["dynamic", "fake"]: if info.ep_dispatch_algorithm in ["dynamic", "fake"]:
return _topk_ids_logical_to_physical_dynamic(topk_ids, info) return _topk_ids_logical_to_physical_dynamic(topk_ids, info)
raise NotImplementedError raise NotImplementedError(f"Unknown algorithm {info.ep_dispatch_algorithm}")
def _topk_ids_logical_to_physical_static( def _topk_ids_logical_to_physical_static(
......
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