Skip to content

Resource needed for multi-node training #106 #66

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

Open
Some-random opened this issue May 23, 2025 · 1 comment
Open

Resource needed for multi-node training #106 #66

Some-random opened this issue May 23, 2025 · 1 comment

Comments

@Some-random
Copy link

How many GPUs/nodes do we need for 32B model training? We have tried using 2 8*H100 nodes, each with 80G memory, to run the training of 32B model. But we're getting OOM errors

@AnselCmy
Copy link
Collaborator

Could you please share your training configuration parameters? To address the OOM errors, there are a few potential solutions:

  1. Increase the tensor model parallel size (rollout.tensor_model_parallel_size) to distribute the model across more GPUs
  2. Decrease the training batch size to reduce memory usage

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