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

Fix device placement for GRPO attention mask in compute_loss #2747

Closed
wants to merge 1 commit into from

Conversation

tgaddair
Copy link

@tgaddair tgaddair commented Feb 3, 2025

Follow-up to #2708. Seems the attention_mask in the prompt_inputs can be CPU even when the rest of training is on GPU.

cc @qgallouedec

Follow-up to huggingface#2708. Seems the attention_mask in the prompt_inputs can be CPU even when the rest of training is on GPU.
@qgallouedec
Copy link
Member

Surprising, since the device placement should be handled by

prompt_inputs = super()._prepare_inputs(prompt_inputs)

can you provide a code to reproduce?

@qgallouedec qgallouedec added the 😴 stale No update from the author, will be closed soon label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😴 stale No update from the author, will be closed soon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants