mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
10 lines
246 B
Markdown
10 lines
246 B
Markdown
![]() |
# MiniGPT-4
|
||
|
|
||
|
### Prepare the environment
|
||
|
|
||
|
```sh
|
||
|
cd opencompass/multimodal/models/minigpt_4
|
||
|
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)
|