Unverified Commit 3d49a20b authored by Yuan Liu's avatar Yuan Liu Committed by GitHub
Browse files

[Feature]: Add launch script (#222)

parent 0fa24826
......@@ -8,3 +8,19 @@ 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)
### 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