Tiny update error hints (#6846)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user