Skip to content
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

mllm eval bug fix #297

Merged
merged 2 commits into from
Nov 4, 2024
Merged

mllm eval bug fix #297

merged 2 commits into from
Nov 4, 2024

Conversation

n1ck-guo
Copy link
Contributor

@n1ck-guo n1ck-guo commented Nov 4, 2024

  • fix bug for evalkit verbose use
  • remove require for dataset arg when only use auto_round --eval command

Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
@n1ck-guo n1ck-guo requested a review from wenhuach21 November 4, 2024 05:50
@@ -47,7 +47,7 @@ def __init__(self, *args, **kwargs):
self.add_argument("--asym", action='store_true',
help=" asym quantization")

self.add_argument("--dataset", required=True, type=str,
self.add_argument("--dataset", type=str, default=None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why there is no default dataset?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cause for llava dataset, the argument 'dataset' must be a path

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@n1ck-guo n1ck-guo merged commit 0bb70a6 into main Nov 4, 2024
10 checks passed
@n1ck-guo n1ck-guo deleted the hengguo/bug_fix branch November 4, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants