Skip to content

Commit c82a24d

Browse files
authored
Update TRAINING.md
1 parent 14ab650 commit c82a24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TRAINING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Links to the datasets:
6262
We trained with four A100 GPUs, which took around 30 hours.
6363

6464
```
65-
OMP_NUM_THREADS=4 torchrun --master_port 25357 --nproc_per_node=4 train.py exp_id=[some unique id] model=[small/base] data=[base/with-mose/mega]
65+
OMP_NUM_THREADS=4 torchrun --master_port 25357 --nproc_per_node=4 cutie/train.py exp_id=[some unique id] model=[small/base] data=[base/with-mose/mega]
6666
```
6767

6868
- Change `nproc_per_node` to change the number of GPUs.

0 commit comments

Comments
 (0)