Srinivasan Iyer commited on
Commit
c49e251
·
unverified ·
1 Parent(s): 8c61ab5

Update README.md (#58)

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -63,11 +63,11 @@ Now launch a debug job to check if everything works. **The provided configuratio
63
 
64
  ```bash
65
  # stool stands for SLURM tool !
66
- python -m bytelatent.stool script=bytelatent.train config=apps/bytelatent/configs/debug.yaml nodes=1 partition=<partition>
67
  # if you want to launch locally you can use torchrun
68
- torchrun --nproc-per-node 8 -m bytelatent.train config=apps/bytelatent/configs/debug.yaml
69
  # or you can also launch on 1 GPU
70
- python -m bytelatent.train config=apps/bytelatent/configs/debug.yaml
71
  ```
72
 
73
  When using `stool`, if a job crashes, it can be relaunched using sbatch:
 
63
 
64
  ```bash
65
  # stool stands for SLURM tool !
66
+ python -m bytelatent.stool script=bytelatent.train config=bytelatent/configs/debug.yaml nodes=1 partition=<partition>
67
  # if you want to launch locally you can use torchrun
68
+ torchrun --nproc-per-node 8 -m bytelatent.train config=bytelatent/configs/debug.yaml
69
  # or you can also launch on 1 GPU
70
+ python -m bytelatent.train config=bytelatent/configs/debug.yaml
71
  ```
72
 
73
  When using `stool`, if a job crashes, it can be relaunched using sbatch: