Spaces:
Paused
Paused
File size: 420 Bytes
e6af450 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Copyright 2025 Bytedance Ltd. and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
set -x
# Set proxy and API key
export OPENAI_API_KEY=$openai_api_key
export GPUS=1
DATASETS=("mme" "mmbench-dev-en" "mmvet" "mmmu-val" "mathvista-testmini" "mmvp")
# DATASETS=("mmmu-val_cot")
DATASETS_STR="${DATASETS[*]}"
export DATASETS_STR
bash scripts/eval/eval_vlm.sh \
$output_path \
--model-path $model_path |