1
0
mirror of https://github.com/Vision-CAIR/MiniGPT-4.git synced 2025-04-24 06:30:46 +00:00
MiniGPT-4/Makefile

9 lines
235 B
Makefile
Raw Normal View History

2025-01-19 22:25:14 +00:00
eval_mvtec:
CUDA_VISIBLE_DEVICES=0 \
python eval_mvtec.py --cfg-path ./eval_configs/minigptv2_benchmark_evaluation.yaml
train_mvtec:
CUDA_VISIBLE_DEVICES=0 \
python train.py --cfg-path train_configs/minigptv2_finetune_mvtec.yaml