mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 02:20:47 +00:00
add demo.sh
This commit is contained in:
parent
407cb8420a
commit
e2c0d3f82a
7
demo.sh
Executable file
7
demo.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIR=$(realpath $0) && DIR=${DIR%/*}
|
||||
cd $DIR
|
||||
set -ex
|
||||
|
||||
python demo.py --cfg-path $DIR/eval_configs/minigpt4_eval.yaml
|
@ -8,7 +8,7 @@ model:
|
||||
low_resource: True
|
||||
prompt_path: "prompts/alignment.txt"
|
||||
prompt_template: '###Human: {} ###Assistant: '
|
||||
ckpt: '/path/to/pretrained/ckpt/'
|
||||
ckpt: ./model/pretrained_minigpt4.pth # /path/to/pretrained/ckpt/
|
||||
|
||||
|
||||
datasets:
|
||||
|
Loading…
Reference in New Issue
Block a user