README.md 263 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
# LLaVA

### Prepare the environment

```sh
cd opencompass/multimodal/models/llava
git clone https://github.com/haotian-liu/LLaVA.git
```

10
Then prepare the environment according to the [install instruction](https://github.com/haotian-liu/LLaVA/tree/main#install)