-
Notifications
You must be signed in to change notification settings - Fork 22
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
new mllm eval #317
new mllm eval #317
Conversation
Signed-off-by: n1ck-guo <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
multiple formats exporting has been supported. | ||
|
||
```bash | ||
auto—round-mllm \ | ||
--model Qwen/Qwen2-VL-2B-Instruct\ | ||
--bits 4 \ | ||
--batch_size 1 \ | ||
--nsamples 128 \ | ||
--gradient_accumulate_steps 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.
add a comment "experimental feature, default hyperparameters may be changed later"
auto_round/mllm/README.md
Outdated
|
||
|Model |Eval Lib |calibration dataset|quant nontext module| | ||
|---------------|-----------|-------------------|--------------------| | ||
|Qwen2-VL |vlmeval |pile/llava |✔ | |
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.
has the issue of "weight.dtype" in qwen already solved
from .eval import mllm_eval, lmms_eval |
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.
make sure that the tune/ inference work fine when these two eval library have not been installed
Signed-off-by: n1ck-guo <[email protected]>
…-round into hengguo/mllm_new_eval
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
No description provided.