-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
small fix #11978
small fix #11978
Conversation
@@ -40,7 +40,7 @@ | |||
parser.add_argument("--max-prompt-len", type=int, default=960) | |||
parser.add_argument("--disable-transpose-value-cache", action="store_true", default=False) | |||
parser.add_argument("--intra-pp", type=int, default=2) | |||
parser.add_argument("--inter-pp", type=int, default=2) | |||
parser.add_argument("--inter-pp", type=int, default=4) |
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.
set inter-pp
and intra-pp
to None
?
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.
Done
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.
* fix * meet comment
* fix * meet comment
Description
1. Why the change?
small fix of default value of inter-pp / intra-pp : https://github.com/intel-analytics/llm-npu/issues/17#issuecomment-2320661222
2. User API changes
3. Summary of the change
4. How to test?
1234
). And paste your action link here once it has been successfully finished.