Small fix to all-in-one benchmark (#12362)

This commit is contained in:
Yuwen Hu 2024-11-07 18:56:34 +08:00 committed by GitHub
parent 1a6cbc473f
commit 8fe294e01f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']