Correct the configuration of LLaVA-CoT#705
Merged
kennymckormick merged 1 commit intoopen-compass:mainfrom Dec 31, 2024
XuGW-Kevin:main
Merged
Correct the configuration of LLaVA-CoT#705kennymckormick merged 1 commit intoopen-compass:mainfrom XuGW-Kevin:main
kennymckormick merged 1 commit intoopen-compass:mainfrom
XuGW-Kevin:main
Conversation
kennymckormick
pushed a commit
to TobiasLee/VLMEvalKit
that referenced
this pull request
Jan 1, 2025
kennymckormick
added a commit
that referenced
this pull request
Jan 1, 2025
* update vlrewardbench * pre-commit fix * formatter * [Improvement] Better `AUTO_SPLIT` and model split for InternVL2 * [Minor] Improve CC-OCR Import * [Model] Support QVQ * [Model] Update Molmo Eval to Match Official Implementation (#648) * add molmo prompts * fix lint format * [Fix] Refine Qwen-VL2 device assignment * [Fix] Fix RealWorldQA md5 * update MMMU_DEV_VAL tsv * [Fix] Fix confusing image width&height (#704) Co-authored-by: Yuan Ye <yuany2@chinatelecom.cn> * Update llama_vision.py (#705) * [Fix] Fix Lint * Fix Lint * Fix Lint --------- Co-authored-by: kennymckormick <dhd.efz@gmail.com> Co-authored-by: jamespark3922 <jspark96@cs.washington.edu> Co-authored-by: CMeteor <CMeteor@users.noreply.github.com> Co-authored-by: Yuan Ye <yuany2@chinatelecom.cn> Co-authored-by: Guowei Xu <113534787+XuGW-Kevin@users.noreply.github.com>
Mercury7353
pushed a commit
to Mercury7353/VLMEvalKit
that referenced
this pull request
Apr 28, 2025
Mercury7353
pushed a commit
to Mercury7353/VLMEvalKit
that referenced
this pull request
Apr 28, 2025
* update vlrewardbench * pre-commit fix * formatter * [Improvement] Better `AUTO_SPLIT` and model split for InternVL2 * [Minor] Improve CC-OCR Import * [Model] Support QVQ * [Model] Update Molmo Eval to Match Official Implementation (open-compass#648) * add molmo prompts * fix lint format * [Fix] Refine Qwen-VL2 device assignment * [Fix] Fix RealWorldQA md5 * update MMMU_DEV_VAL tsv * [Fix] Fix confusing image width&height (open-compass#704) Co-authored-by: Yuan Ye <yuany2@chinatelecom.cn> * Update llama_vision.py (open-compass#705) * [Fix] Fix Lint * Fix Lint * Fix Lint --------- Co-authored-by: kennymckormick <dhd.efz@gmail.com> Co-authored-by: jamespark3922 <jspark96@cs.washington.edu> Co-authored-by: CMeteor <CMeteor@users.noreply.github.com> Co-authored-by: Yuan Ye <yuany2@chinatelecom.cn> Co-authored-by: Guowei Xu <113534787+XuGW-Kevin@users.noreply.github.com>
Koii2k3
pushed a commit
to wjnwjn59/VLMEvalKit
that referenced
this pull request
Nov 13, 2025
Koii2k3
pushed a commit
to wjnwjn59/VLMEvalKit
that referenced
this pull request
Nov 13, 2025
* update vlrewardbench * pre-commit fix * formatter * [Improvement] Better `AUTO_SPLIT` and model split for InternVL2 * [Minor] Improve CC-OCR Import * [Model] Support QVQ * [Model] Update Molmo Eval to Match Official Implementation (open-compass#648) * add molmo prompts * fix lint format * [Fix] Refine Qwen-VL2 device assignment * [Fix] Fix RealWorldQA md5 * update MMMU_DEV_VAL tsv * [Fix] Fix confusing image width&height (open-compass#704) Co-authored-by: Yuan Ye <yuany2@chinatelecom.cn> * Update llama_vision.py (open-compass#705) * [Fix] Fix Lint * Fix Lint * Fix Lint --------- Co-authored-by: kennymckormick <dhd.efz@gmail.com> Co-authored-by: jamespark3922 <jspark96@cs.washington.edu> Co-authored-by: CMeteor <CMeteor@users.noreply.github.com> Co-authored-by: Yuan Ye <yuany2@chinatelecom.cn> Co-authored-by: Guowei Xu <113534787+XuGW-Kevin@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
First of all, we sincerely appreciate the work of VLMEvalKit and the tremendous contributions it has made to the entire VLM community! However, the current configuration of LLaVA-CoT (e.g., max_new_tokens) is incorrect, leading to significant deviations in the benchmark test results. This PR aims to correct the configuration of LLaVA-CoT.