[hotfix] change llama2 Colossal-LLaMA-2 script filename (#4800)

change filename:
pretraining.py -> trainin.py
there is no file named pretraing.py. wrong writing
pull/4807/head^2
Chandler-Bing 2023-09-26 11:44:27 +08:00 committed by GitHub
parent 62b6af1025
commit b6cf0aca55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ Here is details about CLI arguments:
You can use `colossalai run` to launch multi-nodes training:
```bash
colossalai run --nproc_per_node YOUR_GPU_PER_NODE --hostfile YOUR_HOST_FILE \
pretrain.py --OTHER_CONFIGURATIONS
train.py --OTHER_CONFIGURATIONS
```
Here is a sample hostfile:
```bash