未验证 提交 840e9beb 编写于 作者: L liu zhengxi 提交者: GitHub

update readme of transformer benchmark (#4997)

上级 8ffc3b2a
...@@ -20,5 +20,5 @@ python3 train.py ...@@ -20,5 +20,5 @@ python3 train.py
``` shell ``` shell
cd dygraph/ cd dygraph/
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
python3 -m paddle.distributed.launch --selected_gpus=0,1,2,3,4,5,6,7 train.py python3 -m paddle.distributed.launch --gpus "0,1,2,3,4,5,6,7" train.py
``` ```
...@@ -66,7 +66,7 @@ python train.py ...@@ -66,7 +66,7 @@ python train.py
```sh ```sh
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
python -m paddle.distributed.launch --selected_gpus=0,1,2,3,4,5,6,7 train.py python -m paddle.distributed.launch --gpus "0,1,2,3,4,5,6,7" train.py
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册