Skip to content

Commit 00bb502

Browse files
Maxwindsonsea
andauthored
Update docs/zh/docs/dmc/model-hub/get-model-image.md
Co-authored-by: Michael <[email protected]>
1 parent a37768e commit 00bb502

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/zh/docs/dmc/model-hub/get-model-image.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,20 +209,21 @@ docker push myregistry.example.com/vllm-openai-tiktoken-chatglm3-6b-server
209209

210210
4. **推送文件到 MinIO**
211211

212-
- **创建 Bucket**
212+
- **创建 Bucket**
213213

214-
```bash
215-
mc mb myminio/llms
216-
```
214+
```bash
215+
mc mb myminio/llms
216+
```
217217

218-
> 如果 Bucket 已存在,可以通过 `mc ls myminio` 检查是否存在。
218+
> 如果 Bucket 已存在,可以通过 `mc ls myminio` 检查是否存在。
219219

220-
- **上传模型文件**
221-
`chatglm3-6b` 为例:
220+
- **上传模型文件**
221+
222+
`chatglm3-6b` 为例:
222223

223-
```bash
224-
mc cp chatglm3-6b myminio/llms --recursive
225-
```
224+
```bash
225+
mc cp chatglm3-6b myminio/llms --recursive
226+
```
226227

227228
## 步骤 2:在模型中心加载模型
228229

0 commit comments

Comments
 (0)