Update README.md

This commit is contained in:
Hongji Zhu
2025-01-14 22:52:59 +08:00
committed by GitHub
parent ce0955c0f4
commit f0d641b578

View File

@@ -1836,15 +1836,15 @@ pnpm run dev # start server
1. Clone this repository and navigate to the source folder 1. Clone this repository and navigate to the source folder
```bash ```bash
git clone https://github.com/OpenBMB/MiniCPM-V.git git clone https://github.com/OpenBMB/MiniCPM-o.git
cd MiniCPM-V cd MiniCPM-V
``` ```
2. Create conda environment 2. Create conda environment
```Shell ```Shell
conda create -n MiniCPM-V python=3.10 -y conda create -n MiniCPM-o python=3.10 -y
conda activate MiniCPM-V conda activate MiniCPM-o
``` ```
3. Install dependencies 3. Install dependencies