Skip to content

Commit

Permalink
Merge branch 'main' into 1226
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear committed Dec 26, 2024
2 parents d8298c9 + 92187b8 commit 45af87e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xfuser/core/long_ctx_attention/ring/ring_flash_attn.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
except ImportError:
flash_attn = None
_flash_attn_forward = None
<<<<<<< HEAD
from yunchang.kernels.attention import pytorch_attn_forward
=======
>>>>>>> main

def xdit_ring_flash_attn_forward(
process_group,
Expand Down

0 comments on commit 45af87e

Please sign in to comment.