Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
陈科研 committed Nov 26, 2023
1 parent 8d0eb02 commit c293b19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,16 @@ mim install "mmcv>=2.0.0"
**Step 4**: Install other dependencies.

```shell
pip install -U transformers wandb einops pycocotools shapely scipy terminaltables
pip install -U transformers wandb einops pycocotools shapely scipy terminaltables importlib
```

**Step 5**: [Optional] Install DeepSpeed.

If you want to use DeepSpeed to train the model, you need to install DeepSpeed. The installation method of DeepSpeed can refer to the [DeepSpeed official document](https://github.com/microsoft/DeepSpeed).
Note: The support for DeepSpeed under the Windows system is not perfect yet, we recommend that you use DeepSpeed under the Linux system.



</details>

### Install RSPrompter
Expand Down
8 changes: 7 additions & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,13 @@ mim install "mmcv>=2.0.0"
```shell
pip install -U transformers wandb einops pycocotools shapely scipy terminaltables importlib
```
[可选]安装deepspeed

**步骤 5**[可选] 安装 DeepSpeed。

如果您想使用 DeepSpeed 训练模型,您需要安装 DeepSpeed。DeepSpeed 的安装方法可以参考 [DeepSpeed 官方文档](https://github.com/microsoft/DeepSpeed)

注解:Windows 系统下对 DeepSpeed 的支持尚未完善,我们建议您在 Linux 系统下使用 DeepSpeed。


</details>

Expand Down

0 comments on commit c293b19

Please sign in to comment.