Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix dim error in rope #249

Closed
wants to merge 1 commit into from
Closed

Conversation

chen-xin-94
Copy link

fix the following error when running _test_rotary():

"""
...
x_rope = (x_rope * self.cos_cached[:x.shape[0]]) + (neg_half_x * self.sin_cached[:x.shape[0]])
RuntimeError: The size of tensor a (3) must match the size of tensor b (4) at non-singleton dimension 3
"""

@chen-xin-94 chen-xin-94 mentioned this pull request Mar 23, 2024
@vpj
Copy link
Member

vpj commented Jun 20, 2024

Fixed it here 2236f63

@vpj vpj closed this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants