From a0fbda5bc86dae66e411c0374e21640ca2d0e044 Mon Sep 17 00:00:00 2001 From: Ruonan Wang Date: Mon, 19 Aug 2024 02:51:16 -0700 Subject: [PATCH] add MiniCPM-Llama3-V-2_5 into all-in-one benchmark (#11849) --- python/llm/dev/benchmark/all-in-one/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/dev/benchmark/all-in-one/run.py b/python/llm/dev/benchmark/all-in-one/run.py index 3c85b302..8b45b0ec 100644 --- a/python/llm/dev/benchmark/all-in-one/run.py +++ b/python/llm/dev/benchmark/all-in-one/run.py @@ -48,7 +48,7 @@ PHI3VISION_IDS = ['microsoft/phi-3-vision-128k-instruct'] 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 = []