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