Update README.md

This commit is contained in:
Hongji Zhu
2024-04-15 10:48:32 +08:00
committed by GitHub
parent b607fe4a49
commit 1d903f14e5

View File

@@ -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. 安装依赖