We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to replace the deprecated distribute wrapper found here https://github.com/facebookresearch/FAMBench/blob/main/benchmarks/bevt/ootb/run_bevt_train.sh#L52 with torchrun.
torchrun
See here: https://pytorch.org/docs/stable/distributed.html
The deprecated command leads to a syntax error in BEVT, sending in --local-rank but expects --local_rank
--local-rank
--local_rank
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need to replace the deprecated distribute wrapper found here https://github.com/facebookresearch/FAMBench/blob/main/benchmarks/bevt/ootb/run_bevt_train.sh#L52
with
torchrun
.See here: https://pytorch.org/docs/stable/distributed.html
The deprecated command leads to a syntax error in BEVT, sending in
--local-rank
but expects--local_rank
The text was updated successfully, but these errors were encountered: