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

For torch.distributed.launch ARG --local_rank should be --local-rank #58

Open
hassanbabaie opened this issue Oct 24, 2023 · 0 comments
Open

Comments

@hassanbabaie
Copy link

When using -m torch.distributed.launch --nproc_per_node=2 as an example it uses --local-rank and not the expected --local_rank which generate a fatal error.

parser.add_argument("--local_rank", type=int, default=-1,

Setting the arg to local-rank in train.py resolved the issue and it then works as expected

@hassanbabaie hassanbabaie mentioned this issue Oct 24, 2023
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

1 participant