From f0d641b578011863533bd83e7431e7cee0d5a895 Mon Sep 17 00:00:00 2001 From: Hongji Zhu Date: Tue, 14 Jan 2025 22:52:59 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb63a33..fbf72a1 100644 --- a/README.md +++ b/README.md @@ -1836,15 +1836,15 @@ pnpm run dev # start server 1. Clone this repository and navigate to the source folder ```bash -git clone https://github.com/OpenBMB/MiniCPM-V.git +git clone https://github.com/OpenBMB/MiniCPM-o.git cd MiniCPM-V ``` 2. Create conda environment ```Shell -conda create -n MiniCPM-V python=3.10 -y -conda activate MiniCPM-V +conda create -n MiniCPM-o python=3.10 -y +conda activate MiniCPM-o ``` 3. Install dependencies