[NFC] remove redundant dependency (#1869)

* remove redundant config

* remove redundant dependency
This commit is contained in:
binmakeswell
2022-11-10 14:51:47 +08:00
committed by GitHub
parent fd8f0ca5a8
commit 50c4cb0167
3 changed files with 1 additions and 119 deletions

View File

@@ -59,7 +59,7 @@ you should the change the `data.file_path` in the `config/train_colossalai.yaml`
## Training
we provide the script `train.sh` to run the training task , and three Stategy in `configs`:`train_colossalai.yaml`, `train_ddp.yaml`, `train_deepspeed.yaml`
we provide the script `train.sh` to run the training task , and two Stategy in `configs`:`train_colossalai.yaml`, `train_ddp.yaml`
for example, you can run the training from colossalai by
```