From 67b6c3b3da965b0e4b42a5bd66bad7a125312754 Mon Sep 17 00:00:00 2001 From: Srinivasan Iyer Date: Thu, 13 Feb 2025 11:57:49 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 184cf1f..c5a1fe7 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,11 @@ Now launch a debug job to check if everything works. **The provided configuratio ```bash # stool stands for SLURM tool ! -python -m bytelatent.stool script=bytelatent.train config=apps/bytelatent/configs/debug.yaml nodes=1 partition= +python -m bytelatent.stool script=bytelatent.train config=bytelatent/configs/debug.yaml nodes=1 partition= # if you want to launch locally you can use torchrun -torchrun --nproc-per-node 8 -m bytelatent.train config=apps/bytelatent/configs/debug.yaml +torchrun --nproc-per-node 8 -m bytelatent.train config=bytelatent/configs/debug.yaml # or you can also launch on 1 GPU -python -m bytelatent.train config=apps/bytelatent/configs/debug.yaml +python -m bytelatent.train config=bytelatent/configs/debug.yaml ``` When using `stool`, if a job crashes, it can be relaunched using sbatch: