Skip to content

Modify x.shape[0] to x_rope.shape[0] at line 188 #287

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HungryFlo
Copy link

Since we just add RoPE to x_rope, so more precisely, we should use the cos_cached[:x_rope.shape[0]] and sin_cached[:x_rope.shape[0]] instead.

Since we just add RoPE to x_rope, so more precisely, we should use the cos_cached[:x_rope.shape[0]] and sin_cached[:x_rope.shape[0]] instead.
Modify `x.shape[0]` to `x_rope.shape[0]` at line 188
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant