Skip to content

Commit 29751a0

Browse files
committed
fix
1 parent a340e8d commit 29751a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightllm/common/triton_utils/autotuner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ def __init__(
8181

8282
@torch.no_grad()
8383
def __call__(self, *args, **kwargs):
84+
if kwargs.get("run_config", None) is not None:
85+
return self.fn(*args, **kwargs)
86+
8487
if self.disable_autotune:
8588
return self.fn(*args, **kwargs)
8689

0 commit comments

Comments
 (0)