-
Notifications
You must be signed in to change notification settings - Fork 165
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
ChatGLM3 output token size is not generated as expected #390
Comments
@JunxiChhen The reason is that ChatGLM3 gives "end token" at output size 17 with the input prompt. The WA is to update prompt to let ChatGLM3 generate more tokens (>=128). |
@JunxiChhen PR has been merged. Please verify. |
New PR #457 was merged. @yangkunx @JunxiChhen please verify. |
Benchmark cmd (-ic is 128):
BTW, ChatGLM2's output size is right.
The text was updated successfully, but these errors were encountered: