Skip to content

Commit 86e58c8

Browse files
authored
Merge pull request jingyaogong#9 from chuanzhubin/master
update readme
2 parents 23ca10c + 8a3958a commit 86e58c8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ CPU: Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
103103
104104
* 0.克隆项目
105105
```bash
106-
git clone https://github.com/jingyaogong/minimind-v & cd minimind-v
106+
git clone https://github.com/jingyaogong/minimind-v
107+
cd minimind-v
107108
```
108109

109110
* 1.环境安装
@@ -128,7 +129,8 @@ CPU: Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
128129

129130
* 3.下载预训练的`clip-vit-base-patch32` 模型,在 `model/clip_model` 目录下:
130131
```bash
131-
cd model/clip_model & git clone https://hf-mirror.com/openai/clip-vit-base-patch32
132+
cd model/clip_model
133+
git clone https://hf-mirror.com/openai/clip-vit-base-patch32
132134
```
133135

134136
* 4.启动聊天网页测试对话

README_en.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ Environment: python 3.9 + Torch 2.1.2 + DDP single-machine multi-GPU training
106106

107107
* 0. Clone the project
108108
```bash
109-
git clone https://github.com/jingyaogong/minimind-v & cd minimind-v
109+
git clone https://github.com/jingyaogong/minimind-v
110+
cd minimind-v
110111
```
111112

112113
* 1. Install the environment
@@ -130,7 +131,8 @@ Environment: python 3.9 + Torch 2.1.2 + DDP single-machine multi-GPU training
130131

131132
* 3. Download the pre-trained `clip-vit-base-patch32` model to the `model/clip_model` directory:
132133
```bash
133-
cd model/clip_model & git clone https://hf-mirror.com/openai/clip-vit-base-patch32
134+
cd model/clip_model
135+
git clone https://hf-mirror.com/openai/clip-vit-base-patch32
134136
```
135137

136138
* 4. Start the chat web server for testing conversations

0 commit comments

Comments
 (0)