Skip to content

Commit

Permalink
add ack.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxuechen committed Mar 15, 2023
2 parents 1807a44 + 3a50f61 commit 38fade9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ torchrun --nproc_per_node=4 --master_port=<your_random_port> train.py \
```

Note the given training script is meant to be simple and easy to use, and is not particularly optimized.
To run on more gpus, you may prefer to turn down `gradient_accumulation_steps` to keep a global batch size of 128. Global batch size has not been tested for optimality.

### Authors
All grad students below contributed equally and the order is determined by random draw.
Expand Down

0 comments on commit 38fade9

Please sign in to comment.