From e5ae86221cf76c9f8951b9500f216da55a6d7d8c Mon Sep 17 00:00:00 2001 From: Surav Shrestha <148626286+shresthasurav@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:01:16 +0545 Subject: [PATCH] docs: fix typos in markdown files (#530) * fix typos in configs/multimodal/llava/README.md * fix typos in configs/multimodal/minigpt_4/README.md --- configs/multimodal/llava/README.md | 2 +- configs/multimodal/minigpt_4/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/multimodal/llava/README.md b/configs/multimodal/llava/README.md index 8c2d7fac..19cde425 100644 --- a/configs/multimodal/llava/README.md +++ b/configs/multimodal/llava/README.md @@ -7,4 +7,4 @@ 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) \ No newline at end of file +Then prepare the environment according to the [install instruction](https://github.com/haotian-liu/LLaVA/tree/main#install) diff --git a/configs/multimodal/minigpt_4/README.md b/configs/multimodal/minigpt_4/README.md index c7a06d34..5012b4d3 100644 --- a/configs/multimodal/minigpt_4/README.md +++ b/configs/multimodal/minigpt_4/README.md @@ -7,7 +7,7 @@ cd opencompass/multimodal/models/minigpt_4 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 @@ -23,4 +23,4 @@ python run.py configs/multimodal/tasks.py --mm-eval --slurm -p $PARTITION ```sh cd $root python run.py configs/multimodal/tasks.py --mm-eval -``` \ No newline at end of file +```