Commit 8da5328f authored by myhloli's avatar myhloli

docs(zh-cn): emphasize additional steps in model download guide

Add an exclamation mark to the section title to stress the importance of completing the
additional steps after downloading a model. This change is made in the Chinese
documentation to ensure users are aware of the necessary post-download actions.
parent 2ff63b7c
......@@ -45,7 +45,7 @@ model_dir = snapshot_download('wanderkid/PDF-Extract-Kit')
print(f"模型文件下载路径为:{model_dir}/models")
```
## 额外步骤
## 【❗️必须要做❗️】的额外步骤(模型下载完成后请务必完成以下操作)
### 1.检查模型目录是否下载完整
模型文件夹的结构如下,包含了不同组件的配置文件和权重文件:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment