| export HTTP_PROXY=http://sys-proxy-rd-relay.byted.org:8118 | |
| export http_proxy=http://sys-proxy-rd-relay.byted.org:8118 | |
| export https_proxy=http://sys-proxy-rd-relay.byted.org:8118 | |
| export no_proxy="$no_proxy,.byteintl.net" | |
| now=$(date "+%Y%m%d_%H%M%S") | |
| echo "start time: $now" | |
| # conda activate qwen2.5vl | |
| # CUDA_VISIBLE_DEVICES=3 nohup python run.py --data MathVision DynaMath LogicVista MOAT MMMU_DEV_VAL SEEDBench2 MMMB MTL_MMBench_DEV --model Kimi-VL-A3B-Instruct --verbose > logs_first_token/Kimi-VL-A3B-Instruct_base_${now}.log 2>&1 & | |
| # CUDA_VISIBLE_DEVICES=4 nohup python -u run.py --data MME MMStar HallusionBench ChartQA_TEST --model Llama-3.2-11B-Vision-Instruct --verbose > logs_first_token/Llama-3.2-11B-Vision-Instruct-base_${now}.log 2>&1 & | |
| # conda activate ours_qwen2.5vl | |
| # model=paligemma-3b-mix-448 | |
| # CUDA_VISIBLE_DEVICES=0 nohup python -u run.py --data POPE --model $model --verbose > logs_first_token/${model}_${now}.log 2>&1 & | |
| # echo "start time: $now" | |
| CUDA_VISIBLE_DEVICES=1 python -u run.py --data POPE --model llava_v1.5_7b --work-dir ./outputs/${now} --verbose | |
| python compute_pope.py random /mnt/bn/life-mllm/users/cxr/hallucination/VLMEvalKit/outputs/${now}/llava_v1.5_7b/T20251030_G/01_POPE.jsonl | |