未验证 提交 ad97ca34 编写于 作者: M Michael Wyatt 提交者: GitHub

change pip install of deepspeed to 0.9.0 (#3216)

上级 7832efbb
......@@ -82,9 +82,7 @@ We start with the easy-to-use experience by showing how you can train OPT-13B an
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:
```python
git clone https://github.com/microsoft/DeepSpeed.git
cd DeepSpeed
pip install .
pip install deepspeed>=0.9.0
git clone https://github.com/microsoft/DeepSpeedExamples.git
cd DeepSpeedExamples/applications/DeepSpeed-Chat/
......
......@@ -78,9 +78,7 @@ DeepSpeed-RLHF 系统在大规模训练中具有无与伦比的效率,使复
以下示例展示了如何使用一个脚本,以预训练的 OPT-13B 作为 actor 模型,OPT-350M 作为 reward 模型,生成一个最终的 130 亿参数的 ChatGPT 类型的模型:
```
git clone https://github.com/microsoft/DeepSpeed.git
cd DeepSpeed
pip install .
pip install deepspeed>=0.9.0
git clone https://github.com/microsoft/DeepSpeedExamples.git
cd DeepSpeedExamples/applications/DeepSpeed-Chat/
......
......@@ -79,9 +79,7 @@ DeepSpeed-RLHFシステムは、大規模モデルの学習において類を見
以下のスクリプトを実行すると、最終的に130億パラメータのChatGPTライクなモデルが生成されます。
```python
git clone https://github.com/microsoft/DeepSpeed.git
cd DeepSpeed
pip install .
pip install deepspeed>=0.9.0
git clone https://github.com/microsoft/DeepSpeedExamples.git
cd DeepSpeedExamples/applications/DeepSpeed-Chat/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册