Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible error in README #16

Open
Shreyas-Shankar155 opened this issue Jan 8, 2025 · 1 comment
Open

Possible error in README #16

Shreyas-Shankar155 opened this issue Jan 8, 2025 · 1 comment

Comments

@Shreyas-Shankar155
Copy link

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

# 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?

@EntilZha
Copy link
Contributor

EntilZha commented Jan 8, 2025

Thanks for the catch! Feel free to make a PR or we'll fix it in our next push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants