mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
24 lines
357 B
Markdown
24 lines
357 B
Markdown
![]() |
# MplugOwl
|
||
|
|
||
|
### Prepare the environment
|
||
|
|
||
|
```sh
|
||
|
cd opencompass/multimodal/models/mplug_owl
|
||
|
git clone https://github.com/X-PLUG/mPLUG-Owl.git
|
||
|
```
|
||
|
|
||
|
### 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 --mm-eval
|
||
|
```
|