Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0111828
Add MMMU benchmark results
Mar 17, 2025
6d4ce17
Update sglang qwen2.5 and minicpmv
Mar 17, 2025
02ed3b2
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Mar 20, 2025
3bf70ea
Update metrics and run instructions
Mar 20, 2025
8106d2a
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Mar 23, 2025
0870ca5
Update with latest results
Mar 23, 2025
82c18f2
Update minicpmv model results
Mar 23, 2025
6213f61
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 2, 2025
12d67d0
fix lint
Apr 3, 2025
47eeb56
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 3, 2025
60e905a
Update with llava based models and mllama
Apr 5, 2025
e7d9d4c
Update for Deepseek VL2
Apr 11, 2025
8fe39d9
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 11, 2025
e7a9b0f
update for MiniCPM-O-2_6
Apr 11, 2025
c9191b5
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 12, 2025
4ab2d1e
update
Apr 12, 2025
a001556
Update
Apr 12, 2025
7131879
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 12, 2025
e37958f
Add CI test for VLM models
Apr 15, 2025
c59be27
fix lints
Apr 15, 2025
98f88ad
remove static results
Apr 15, 2025
8730039
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 15, 2025
4320166
Update with lmm_evals
Apr 17, 2025
2912e47
update
Apr 17, 2025
1d926e6
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 17, 2025
cb9373a
remove env
Apr 17, 2025
aa5d7d4
Merge remote-tracking branch 'origin/ravi/benchmark_mmmu' into ravi/b…
Apr 17, 2025
6a49c71
Update CI install, run suit
Apr 18, 2025
1fd6495
change to python3
Apr 18, 2025
8916c64
Update with suggestions
Apr 18, 2025
40a319c
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 18, 2025
5d63bde
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 18, 2025
392e1dd
Update
Apr 18, 2025
539dd58
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 18, 2025
9e759c3
Update to mmmu_val
Apr 18, 2025
0d61208
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 18, 2025
5630f07
Update score for gemma3 model
Apr 18, 2025
2ba021b
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 21, 2025
3821bf5
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 21, 2025
7be94da
Update openai api key and base env variable names
Apr 21, 2025
58c7a78
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 21, 2025
88b8cf7
fix lmms-eval branch
Apr 21, 2025
3c95028
mem-fraction-static arguement
Apr 24, 2025
e8c645d
Merge branch 'main' into ravi/benchmark_mmmu
ravi03071991 Apr 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/ci_install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ pip install transformers==4.51.0 sentence_transformers accelerate peft pandas da
pip install cuda-python nvidia-cuda-nvrtc-cu12

# For lmms_evals evaluating MMMU
git clone --depth 1 https://github.com/EvolvingLMMs-Lab/lmms-eval.git
git clone --branch v0.3.3 --depth 1 https://github.com/EvolvingLMMs-Lab/lmms-eval.git
Copy link
Collaborator

Choose a reason for hiding this comment

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

could we use the latest one to always stand updated?

Copy link
Collaborator Author

@ravi03071991 ravi03071991 Apr 22, 2025

Choose a reason for hiding this comment

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

The tests are breaking due to recent changes on lmms-eval. Some code related to environment variables was modified, which caused the tests to fail - that’s why I fixed it to a specific version. If similar changes happen in the future, the tests might break again. What do you think?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it's okay!

pip install -e lmms-eval/