"vscode:/vscode.git/clone" did not exist on "7ffbc2525fdf58f9f7aea8b2d5c05c1da63dffa3"
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(
return _topk_ids_logical_to_physical_static(topk_ids, info)
if info.ep_dispatch_algorithm in ["dynamic", "fake"]:
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(
......
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