-
Notifications
You must be signed in to change notification settings - Fork 28.2k
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
Allow-head-dim #32857
Allow-head-dim #32857
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks!
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
PR #32502 has no problem but this PR has following stack with https://huggingface.co/nvidia/Llama-3.1-Minitron-4B-Width-Base
|
The projection layer is not configured properly. This line is missing in this PR.
Please see #32502 in addition to the updated assertion block |
Now #32502 passes the CI and should be ready to merge. Can you check? |
I think is it the same purpose what #32847 does. |
What does this PR do?
Superseeds #32502 to support head dim in llama model for convenience