mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 18:40:46 +00:00
3 lines
198 B
Bash
3 lines
198 B
Bash
|
export CUDA_VISIBLE_DEVICES=3
|
||
|
torchrun --master-port 16016 --nproc_per_node 1 eval.py \
|
||
|
--cfg-path /home/VLAI/thinhpn/STA/MiniGPT-4/eval_configs/minigptv2_benchmark_evaluation.yaml --dataset mvtech
|