From 8fe294e01f8e2bf63443481c78d93f01bfeacdd2 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:56:34 +0800 Subject: [PATCH] Small fix to all-in-one benchmark (#12362) --- 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 fc84f6a6..e95c5ab4 100644 --- a/python/llm/dev/benchmark/all-in-one/run.py +++ b/python/llm/dev/benchmark/all-in-one/run.py @@ -47,7 +47,7 @@ CHATGLM_IDS = ['THUDM/chatglm-6b', 'THUDM/chatglm2-6b', 'THUDM/chatglm3-6b'] LLAVA_IDS = ['liuhaotian/llava-v1.5-7b'] -PHI3VISION_IDS = ['microsoft/phi-3-vision-128k-instruct'] +PHI3VISION_IDS = ['microsoft/phi-3-vision-128k-instruct', 'microsoft/Phi-3-vision-128k-instruct'] QWENVL_IDS = ['Qwen/Qwen-VL-Chat']