-
Notifications
You must be signed in to change notification settings - Fork 251
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
Questions about hyperparameters in Llama-3.1-Tulu-3-8B Reproduction #477
Comments
The multi-node gpus training failed during the RLVR stage. Requesting assistance.The error message as follows: [ProcessGroupGloo.cpp:143]Gloo connectFullMesh failed with[../third_party/gloo/gloo/transport/pair.cc:144] It shouldn't be NCCL communication, so why is there a Gloo error? Do you have any troubleshooting suggestions? |
We kind of let it train for a while and find the best intermediate checkpoints. As a result, the max episode is a bit arbitrary.
We use gloo as the distributed group to sync latest policy weights to the inference vllm worker. Not sure why you are running into this issue. Maybe double check if you follow our installation here: https://github.com/allenai/open-instruct?tab=readme-ov-file#setup |
we build docker image follow https://github.com/allenai/open-instruct?tab=readme-ov-file#setup We are using SLURM to submit multi-node RLVR training job. Does it affect the training script? |
See the notes on distributed launch here https://github.com/allenai/open-instruct/blob/main/docs/tulu3.md#llama-31-tulu-3-70b-reproduction |
For the 8B model, the total number of episodes is set to 10,000,000, while for the 70B model, it is only 400,000. Why is there such a large difference?
The text was updated successfully, but these errors were encountered: