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

Questions about hyperparameters in Llama-3.1-Tulu-3-8B Reproduction #477

Open
wgimperial opened this issue Dec 6, 2024 · 4 comments
Open

Comments

@wgimperial
Copy link

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?

@wgimperial
Copy link
Author

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?

@vwxyzjn
Copy link
Collaborator

vwxyzjn commented Dec 8, 2024

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?

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.

The multi-node gpus training failed during the RLVR stage. Requesting assistance.The error message as follows:

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

@wgimperial
Copy link
Author

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?

@vwxyzjn
Copy link
Collaborator

vwxyzjn commented Dec 11, 2024

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