mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
9 lines
132 B
Markdown
9 lines
132 B
Markdown
![]() |
# InstructBLIP
|
||
|
|
||
|
### Prepare the environment
|
||
|
|
||
|
```sh
|
||
|
git clone https://github.com/salesforce/LAVIS.git
|
||
|
cd ./LAVIS
|
||
|
pip install -e .
|
||
|
```
|