From f067331cf8f6b4fa254d3110a1df05e318babd74 Mon Sep 17 00:00:00 2001 From: Zhe Chen Date: Fri, 26 Apr 2024 16:48:07 +0800 Subject: [PATCH] Rename InternVL models --- vlmeval/config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vlmeval/config.py b/vlmeval/config.py index 9c0f129..f92da62 100644 --- a/vlmeval/config.py +++ b/vlmeval/config.py @@ -68,10 +68,10 @@ } internvl_series = { - 'InternVL-Chat-V1-1':partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-Chinese-V1-1'), - 'InternVL-Chat-V1-2': partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-Chinese-V1-2'), - 'InternVL-Chat-V1-2-Plus': partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-Chinese-V1-2-Plus'), - 'InternVL-Chat-V1-5': partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-V1-5-Preview'), + 'InternVL-Chat-V1-1':partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-V1-1'), + 'InternVL-Chat-V1-2': partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-V1-2'), + 'InternVL-Chat-V1-2-Plus': partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-V1-2-Plus'), + 'InternVL-Chat-V1-5': partial(InternVLChat, model_path='OpenGVLab/InternVL-Chat-V1-5'), } yivl_series = { @@ -134,4 +134,4 @@ import sys ver = sys.argv[1] if ver in transformer_ver: - print(' '.join(transformer_ver[ver])) \ No newline at end of file + print(' '.join(transformer_ver[ver]))