mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 02:09:20 +08:00
Add eval_mm dir
This commit is contained in:
15
eval_mm/vqaeval/shell/run_inference.sh
Normal file
15
eval_mm/vqaeval/shell/run_inference.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
|
||||
python -m torch.distributed.launch \
|
||||
--nproc_per_node=${NPROC_PER_NODE:-8} \
|
||||
--nnodes=${WORLD_SIZE:-1} \
|
||||
--node_rank=${RANK:-0} \
|
||||
--master_addr=${MASTER_ADDR:-127.0.0.1} \
|
||||
--master_port=${MASTER_PORT:-12345} \
|
||||
./eval.py \
|
||||
--model_name minicpm \
|
||||
--model_path \
|
||||
--generate_method interleave \
|
||||
--eval_textVQA \
|
||||
--eval_docVQA \
|
||||
--answer_path ./answers \
|
||||
--batchsize 1
|
||||
Reference in New Issue
Block a user