We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82058f5 commit b390464Copy full SHA for b390464
lightllm/common/basemodel/basemodel.py
@@ -732,7 +732,7 @@ def autotune_layers(self):
732
@torch.no_grad()
733
@post_empty_cache
734
def _autotune_warmup(self):
735
- if get_triton_autotune_level() in [AutotuneLevel.ADAPTIVE_AUTOTUNE, AutotuneLevel.FORCE_AUTOTUNE]:
+ if get_triton_autotune_level() not in [AutotuneLevel.ADAPTIVE_AUTOTUNE, AutotuneLevel.FORCE_AUTOTUNE]:
736
return
737
738
torch.distributed.barrier()
0 commit comments