VLMEvalKit
VLMEvalKit copied to clipboard
run.py不支持传入本地模型
模型在本地路径,并且export MMEVAL_ROOT=/opt/test, 运行: python run.py --data MMBench_V11_MINI --model /opt/Qwen/Qwen2-VL-7B-Instruct 会提示PermissionError: [Errno 13] Permission denied: '/opt/Qwen/Qwen2-VL-7B-Instruct/T20250305_G'
期望路径为/opt/test下 另外,当没有指定MMEVAL_ROOT时,期望写入路径不在模型路径下
如果你想更改模型路径,请在config.py中将model_path更改为你的路径,如/opt/Qwen/Qwen2-VL-7B-Instruct。