mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-31 23:35:47 +00:00
[hotfix] change llama2 Colossal-LLaMA-2 script filename (#4800)
change filename: pretraining.py -> trainin.py there is no file named pretraing.py. wrong writing
This commit is contained in:
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
Block a user