"git@developer.sourcefind.cn:OpenDAS/autoawq.git" did not exist on "5a673bf8435e019f50470b1b8878abf4ee63de57"
Unverified Commit 3d49a20b authored by Yuan Liu's avatar Yuan Liu Committed by GitHub
Browse files

[Feature]: Add launch script (#222)

parent 0fa24826
...@@ -7,4 +7,20 @@ cd opencompass/multimodal/models/minigpt_4 ...@@ -7,4 +7,20 @@ cd opencompass/multimodal/models/minigpt_4
git clone https://github.com/Vision-CAIR/MiniGPT-4.git git clone https://github.com/Vision-CAIR/MiniGPT-4.git
``` ```
Then prepare the environement according to this [doc](https://github.com/Vision-CAIR/MiniGPT-4) Then prepare the environement according to this [doc](https://github.com/Vision-CAIR/MiniGPT-4)
\ No newline at end of file
### Start evaluation
#### Slurm
```sh
cd $root
python run.py configs/multimodal/tasks.py --mm-eval --slurm -p $PARTITION
```
#### PyTorch
```sh
cd $root
python run.py configs/multimodal/tasks.py
```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment