Skip to content

Commit

Permalink
first test it out without rotary
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 4, 2025
1 parent d97b7c7 commit bb147f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x_transformers/x_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,7 @@ def forward(
q_input = self.to_latent_q(q_input)

if is_multi_latent_attn:
assert not exists(rotary_pos_emb), 'rotary positions not supported yet'
assert not qkv_receive_diff_residuals

latent_kv_input = self.to_latent_kv(k_input)
Expand Down

0 comments on commit bb147f1

Please sign in to comment.