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
Describe the bug Training tqdm bar won't show in the rank0 console if pdsh is used as the launcher.
To Reproduce Run any multi-node training on an example script, the tqdm bar from local rank (localhost) won't show up but show as a blank line.
I assume the root cause it pdsh tries to ssh into even localhost, then the bar cannot be logged through a ssh session somehow.
Expected behavior Be able to see the tqdm bar.
System info (please complete the following information):
Launcher context PDSH
The text was updated successfully, but these errors were encountered:
huggingface/transformers#22689
Sorry, something went wrong.
Hi @Superskyyy - do you have a sample repro that I can run to use as a starting point for debug?
I guess you can directly use accelerate + deepspeed to run the ppo example in the official TRL repo. https://github.com/huggingface/trl/tree/main/examples/scripts/ppo but i suppose this problem will exist on all deepspeed + pdsh based training code.
No branches or pull requests
Describe the bug
Training tqdm bar won't show in the rank0 console if pdsh is used as the launcher.
To Reproduce
Run any multi-node training on an example script, the tqdm bar from local rank (localhost) won't show up but show as a blank line.
I assume the root cause it pdsh tries to ssh into even localhost, then the bar cannot be logged through a ssh session somehow.
Expected behavior
Be able to see the tqdm bar.
System info (please complete the following information):
Launcher context
PDSH
The text was updated successfully, but these errors were encountered: