You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the instructions to run bytelatent.train python script, the path to the yaml file is given as config=apps/bytelatent/configs/debug.yaml
# stool stands for SLURM tool !
python -m bytelatent.stool script=bytelatent.train config=apps/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
# or you can also launch on 1 GPU
python -m bytelatent.train config=apps/bytelatent/configs/debug.yaml
Did you perhaps mean config=bytelatent/configs/debug.yaml?
The text was updated successfully, but these errors were encountered:
Greetings,
In the instructions to run bytelatent.train python script, the path to the yaml file is given as config=apps/bytelatent/configs/debug.yaml
Did you perhaps mean config=bytelatent/configs/debug.yaml?
The text was updated successfully, but these errors were encountered: