Skip to content

Commit d09f1ce

Browse files
authored
Fix regression from #246 (#332)
1 parent 1f0f4c6 commit d09f1ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/attention/ops/triton_flash_attention.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ def get_autotune_configs():
394394
@triton.autotune(
395395
configs=autotune_configs,
396396
key=autotune_keys,
397-
use_cuda_graph=True,
398397
)
399398
@triton.jit
400399
def attn_fwd(

0 commit comments

Comments
 (0)