From 7f3eb9f9edb03727305be6a65b534b2606242b3f Mon Sep 17 00:00:00 2001 From: Haoxiang Guan <88154940+Jerry-Kwan@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:31:32 +0800 Subject: [PATCH] fix: typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc397dd..26da6ac 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pip install -U https://download.pytorch.org/whl/cu113/torch-1.12.0%2Bcu113-cp310 pip install -U deepspeed # git clone this repo -cd ml_mgie +cd ml-mgie git submodule update --init --recursive cd LLaVA pip install -e .