Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Verify chatglm3 6b #1119
base: master
Are you sure you want to change the base?
Verify chatglm3 6b #1119
Changes from 10 commits
f51bf94
064d8ad
6122d99
a3a01ee
bdfb5b4
53711c5
4532c96
13c1d97
e2c73b8
c190798
2e2b293
c4619a8
9292757
4028323
b70302c
f251985
08d7701
87db456
2e12370
53c9a80
65b7891
f99f6f6
996fe65
83ab7c4
30133b9
93d8ca0
ccd9ba9
d302833
cca410a
6a8c40b
bdd716c
35fd401
55f493b
c2c2726
c3e0ec0
cafa42a
506a895
50c4aec
0d6e58e
0f39e8c
1541e17
a58887f
05033a1
3abadc6
1341022
b5435a4
ebcf18e
2dde652
e02036c
9fa72e6
96d4538
d55b6f7
a0565e6
5ed5a63
e7c77b0
bad9759
0ba2718
a7ee29e
c62bc60
63f694a
446e153
13d57e2
fee5629
f80515d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Does every python test pass with
THUDM/chatglm3-6b
? If not, please, mark the failing tests to be skipped. Skips must happen only for that particular model.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.
For for python tests(including beam search) the output is showing
Killed
may be due to resource constraints.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.
I refer to python tests, not python samples