mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user