File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ CPU: Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
103
103
104
104
* 0.克隆项目
105
105
``` 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
107
108
```
108
109
109
110
* 1.环境安装
@@ -128,7 +129,8 @@ CPU: Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
128
129
129
130
* 3.下载预训练的` clip-vit-base-patch32` 模型,在 ` model/clip_model` 目录下:
130
131
` ` ` 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
132
134
` ` `
133
135
134
136
* 4.启动聊天网页测试对话
Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ Environment: python 3.9 + Torch 2.1.2 + DDP single-machine multi-GPU training
106
106
107
107
* 0 . Clone the project
108
108
``` 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
110
111
```
111
112
112
113
* 1. Install the environment
@@ -130,7 +131,8 @@ Environment: python 3.9 + Torch 2.1.2 + DDP single-machine multi-GPU training
130
131
131
132
* 3. Download the pre-trained ` clip-vit-base-patch32` model to the ` model/clip_model` directory:
132
133
` ` ` 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
134
136
` ` `
135
137
136
138
* 4. Start the chat web server for testing conversations
You can’t perform that action at this time.
0 commit comments