From 073d755e759612fa1e772969daa51f1c062a5852 Mon Sep 17 00:00:00 2001 From: Yuwen Hu Date: Thu, 7 Nov 2024 18:31:03 +0800 Subject: [PATCH] Small fix to all-in-one benchmark --- 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 fc84f6a6353..e95c5ab442a 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 @@ 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']