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:
@@ -495,15 +495,15 @@
|
|||||||
1. 克隆我们的仓库并跳转到相应目录
|
1. 克隆我们的仓库并跳转到相应目录
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/OpenBMB/OmniLMM.git
|
git clone https://github.com/OpenBMB/MiniCPM-V.git
|
||||||
cd OmniLMM
|
cd MiniCPM-V
|
||||||
```
|
```
|
||||||
|
|
||||||
1. 创建 conda 环境
|
1. 创建 conda 环境
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
conda create -n OmniLMM python=3.10 -y
|
conda create -n MiniCPMV python=3.10 -y
|
||||||
conda activate OmniLMM
|
conda activate MiniCPMV
|
||||||
```
|
```
|
||||||
|
|
||||||
3. 安装依赖
|
3. 安装依赖
|
||||||
|
|||||||
Reference in New Issue
Block a user