-
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
Support baichuan2 for level0 pipeline #12289
Conversation
help='Prompt to infer') | ||
parser.add_argument("--n-predict", type=int, default=32, help="Max tokens to predict") | ||
parser.add_argument("--max-context-len", type=int, default=1024) | ||
parser.add_argument("--quantization_group_size", type=int, default=0) |
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.
Maybe remove this argument for now as we have not support GW for baichuan2 ?
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.
Maybe remove this argument for now as we have not support GW for baichuan2 ?
Sure, have removed.
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.
others LGTM
Merge it first for other model integration. Please let me know if you have any concern or comment @jason-dai : ) |
Description
Background: https://github.com/analytics-zoo/nano/issues/1706#issuecomment-2443913860
3. Summary of the change
4. How to test?