OpenCompass/configs/multimodal/llava/README.md
Surav Shrestha e5ae86221c
docs: fix typos in markdown files (#530)
* fix typos in configs/multimodal/llava/README.md

* fix typos in configs/multimodal/minigpt_4/README.md
2023-11-01 16:16:16 +08:00

11 lines
263 B
Markdown

# LLaVA
### Prepare the environment
```sh
cd opencompass/multimodal/models/llava
git clone https://github.com/haotian-liu/LLaVA.git
```
Then prepare the environment according to the [install instruction](https://github.com/haotian-liu/LLaVA/tree/main#install)