Unverified Commit b6cf0aca authored by Chandler-Bing's avatar Chandler-Bing Committed by GitHub
Browse files

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

change filename:
pretraining.py -> trainin.py
there is no file named pretraing.py. wrong writing
parent 62b6af10
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment