Skip to content

Commit

Permalink
add MiniCPM-Llama3-V-2_5 into all-in-one benchmark (#11849)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwang04 authored Aug 19, 2024
1 parent 9490781 commit a0fbda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/dev/benchmark/all-in-one/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

QWENVL_IDS = ['Qwen/Qwen-VL-Chat']

MINICPM_V_IDS = ['openbmb/MiniCPM-V-2_6']
MINICPM_V_IDS = ['openbmb/MiniCPM-V-2_6', 'openbmb/MiniCPM-Llama3-V-2_5']

results = []
excludes = []
Expand Down

0 comments on commit a0fbda5

Please sign in to comment.