Skip to content

Commit 1ed71ad

Browse files
zijiexiazhuzilin
andauthored
update quick start doc (#1193)
Co-authored-by: Zilin Zhu <zhuzilinallen@gmail.com>
1 parent 8aedeec commit 1ed71ad

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/en/get_started/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker run --rm --gpus all --ipc=host --shm-size=16g \
3939

4040
### Install slime
4141

42-
slime is already installed in the docker image. To update to the latest version, please execute the following command:
42+
slime is already installed in the docker image. To update to the latest verison, please execute the following command:
4343

4444
```bash
4545
# Path can be adjusted according to actual situation

docs/zh/get_started/quick_start.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ docker run --rm --gpus all --ipc=host --shm-size=16g \
3838

3939
### 安装 slime
4040

41-
进入 Docker 容器后,请按照以下步骤克隆 slime 仓库并进行安装
41+
slime 已经安装在该 Docker 镜像中。如需更新到最新版本,请在 Docker 容器中执行以下命令
4242

4343
```bash
4444
# 路径可根据实际情况调整
45-
cd /root/
46-
git clone https://github.com/THUDM/slime.git
47-
cd slime
45+
cd /root/slime
46+
git pull
4847
pip install -e .
4948
```
5049

@@ -53,9 +52,6 @@ pip install -e .
5352
可以从 Hugging Face、ModelScope 等平台下载所需的模型和数据集。以下是使用 `huggingface_hub` 下载示例资源的命令:
5453

5554
```bash
56-
57-
pip install -U huggingface_hub
58-
5955
# 下载模型权重 (GLM-Z1-9B)
6056
hf download zai-org/GLM-Z1-9B-0414 --local-dir /root/GLM-Z1-9B-0414
6157

0 commit comments

Comments
 (0)