Skip to content

Commit 5d5af4b

Browse files
author
none
committed
fix
1 parent 94b8db8 commit 5d5af4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/common/triton_utils/autotuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _try_load_cache(self, static_key):
150150
self.cached_configs[static_key] = orjson.loads(f.read())
151151
return
152152

153-
def _bench(self, *args, n_repeat=5, n_retries=1, **kwargs):
153+
def _bench(self, *args, n_repeat=3, n_retries=1, **kwargs):
154154
from triton.compiler.errors import CompileTimeAssertionFailure
155155
from triton.runtime.errors import OutOfResources, PTXASError
156156

0 commit comments

Comments
 (0)