Spaces:
Running
on
Zero
Running
on
Zero
Srinivasan Iyer
commited on
Update README.md (#58)
Browse files
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=
|
67 |
# if you want to launch locally you can use torchrun
|
68 |
-
torchrun --nproc-per-node 8 -m bytelatent.train config=
|
69 |
# or you can also launch on 1 GPU
|
70 |
-
python -m bytelatent.train config=
|
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:
|