docs: fix typos in markdown files (#530)

* fix typos in configs/multimodal/llava/README.md

* fix typos in configs/multimodal/minigpt_4/README.md
This commit is contained in:
Surav Shrestha 2023-11-01 14:01:16 +05:45 committed by GitHub
parent b562a13619
commit e5ae86221c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,4 +7,4 @@ cd opencompass/multimodal/models/llava
git clone https://github.com/haotian-liu/LLaVA.git 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) Then prepare the environment according to the [install instruction](https://github.com/haotian-liu/LLaVA/tree/main#install)

View File

@ -7,7 +7,7 @@ cd opencompass/multimodal/models/minigpt_4
git clone https://github.com/Vision-CAIR/MiniGPT-4.git 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) Then prepare the environment according to this [doc](https://github.com/Vision-CAIR/MiniGPT-4)
### Start evaluation ### Start evaluation