Skip to content

Commit ad97ca3

Browse files
authored
change pip install of deepspeed to 0.9.0 (deepspeedai#3216)
1 parent 7832efb commit ad97ca3

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

blogs/deepspeed-chat/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ We start with the easy-to-use experience by showing how you can train OPT-13B an
8282
We use an example of pretrained OPT-13B as the actor model and OPT-350M as the reward model in the following single script to generate a final 13B ChatGPT-style model:
8383

8484
```python
85-
git clone https://github.com/microsoft/DeepSpeed.git
86-
cd DeepSpeed
87-
pip install .
85+
pip install deepspeed>=0.9.0
8886

8987
git clone https://github.com/microsoft/DeepSpeedExamples.git
9088
cd DeepSpeedExamples/applications/DeepSpeed-Chat/

blogs/deepspeed-chat/chinese/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ DeepSpeed-RLHF 系统在大规模训练中具有无与伦比的效率,使复
7878

7979
以下示例展示了如何使用一个脚本,以预训练的 OPT-13B 作为 actor 模型,OPT-350M 作为 reward 模型,生成一个最终的 130 亿参数的 ChatGPT 类型的模型:
8080
```
81-
git clone https://github.com/microsoft/DeepSpeed.git
82-
cd DeepSpeed
83-
pip install .
81+
pip install deepspeed>=0.9.0
8482
8583
git clone https://github.com/microsoft/DeepSpeedExamples.git
8684
cd DeepSpeedExamples/applications/DeepSpeed-Chat/

blogs/deepspeed-chat/japanese/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ DeepSpeed-RLHFシステムは、大規模モデルの学習において類を見
7979
以下のスクリプトを実行すると、最終的に130億パラメータのChatGPTライクなモデルが生成されます。
8080

8181
```python
82-
git clone https://github.com/microsoft/DeepSpeed.git
83-
cd DeepSpeed
84-
pip install .
82+
pip install deepspeed>=0.9.0
8583

8684
git clone https://github.com/microsoft/DeepSpeedExamples.git
8785
cd DeepSpeedExamples/applications/DeepSpeed-Chat/

0 commit comments

Comments
 (0)