mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-09 11:58:06 +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:
|
You can use `colossalai run` to launch multi-nodes training:
|
||||||
```bash
|
```bash
|
||||||
colossalai run --nproc_per_node YOUR_GPU_PER_NODE --hostfile YOUR_HOST_FILE \
|
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:
|
Here is a sample hostfile:
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user