mirror of https://github.com/hpcaitech/ColossalAI
[hotfix] change llama2 Colossal-LLaMA-2 script filename (#4800)
change filename: pretraining.py -> trainin.py there is no file named pretraing.py. wrong writingpull/4807/head^2
parent
62b6af1025
commit
b6cf0aca55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue