mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-17 19:20:47 +00:00
8 lines
137 B
Bash
8 lines
137 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
DIR=$(realpath $0) && DIR=${DIR%/*}
|
||
|
cd $DIR
|
||
|
set -ex
|
||
|
|
||
|
python demo.py --cfg-path $DIR/eval_configs/minigpt4_eval.yaml
|