mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
10 lines
263 B
Markdown
10 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 environement according to the [install instruction](https://github.com/haotian-liu/LLaVA/tree/main#install)
|