This commit is contained in:
Ziyue Jiang
2023-01-06 16:03:16 +08:00
parent 9ae9e74017
commit ad00894f7f
2 changed files with 2 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# Auto-Parallelism with GPT2
# Pipeline Parallelism Demo with GPT2
## Requirements
@@ -33,5 +33,6 @@ For simplicity, the input data is randonly generated here.
```bash
#Run the Pipeline Parallel on GPT with default setting and a dummy dataset.
#You can change the GPU number or microbatch number in the run.sh .
bash run.sh
```