"model/models/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "bc1a818fdce1f818e0ce84b543c191769df5abfe"
Unverified Commit e5ae8622 authored by Surav Shrestha's avatar Surav Shrestha Committed by GitHub
Browse files

docs: fix typos in markdown files (#530)

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

* fix typos in configs/multimodal/minigpt_4/README.md
parent b562a136
...@@ -7,4 +7,4 @@ cd opencompass/multimodal/models/llava ...@@ -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)
\ No newline at end of file
...@@ -7,7 +7,7 @@ cd opencompass/multimodal/models/minigpt_4 ...@@ -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
...@@ -23,4 +23,4 @@ python run.py configs/multimodal/tasks.py --mm-eval --slurm -p $PARTITION ...@@ -23,4 +23,4 @@ python run.py configs/multimodal/tasks.py --mm-eval --slurm -p $PARTITION
```sh ```sh
cd $root cd $root
python run.py configs/multimodal/tasks.py --mm-eval python run.py configs/multimodal/tasks.py --mm-eval
``` ```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment