Skip to content

Commit

Permalink
Fix regression from #246 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras authored Dec 16, 2024
1 parent 1f0f4c6 commit d09f1ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/attention/ops/triton_flash_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ def get_autotune_configs():
@triton.autotune(
configs=autotune_configs,
key=autotune_keys,
use_cuda_graph=True,
)
@triton.jit
def attn_fwd(
Expand Down

0 comments on commit d09f1ce

Please sign in to comment.