router: broaden except to catch all CuTeDSL errors, fall through to cuBLAS+activation_topk path
This commit is contained in:
@@ -33,7 +33,7 @@ def dense_router_dispatch(
|
||||
out_weights, out_ids,
|
||||
)
|
||||
return
|
||||
except (ImportError, NotImplementedError):
|
||||
except Exception:
|
||||
pass # fall through to prefill path
|
||||
|
||||
_run_prefill_path(
|
||||
|
||||
Reference in New Issue
Block a user