-
Notifications
You must be signed in to change notification settings - Fork 29
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
for more information, see https://pre-commit.ci
Signed-off-by: n1ck-guo <heng.guo@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: n1ck-guo <heng.guo@intel.com>
Signed-off-by: n1ck-guo <heng.guo@intel.com>
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
…-round into hengguo/mllm_new_eval
No description provided.