File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4847pip 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)
6056hf download zai-org/GLM-Z1-9B-0414 --local-dir /root/GLM-Z1-9B-0414
6157
You can’t perform that action at this time.
0 commit comments