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
请问在GRPO中,显存占用和num_generations有关吗?为什么num_generations设置的越大,显存占用越高?
我的理解是计算优势生成的这些output都是不参与梯度回传的吧?相当于是off policy的过程,只用来推理就可以了。但是这样理解的话,伴随着num_generations增加的显存是来自于哪里呢?
The text was updated successfully, but these errors were encountered:
请问在GRPO中,显存占用和num_generations有关吗?为什么num_generations设置的越大,显存占用越高? 我的理解是计算优势生成的这些output都是不参与梯度回传的吧?相当于是off policy的过程,只用来推理就可以了。但是这样理解的话,伴随着num_generations增加的显存是来自于哪里呢?
batch_size
Sorry, something went wrong.
No branches or pull requests
请问在GRPO中,显存占用和num_generations有关吗?为什么num_generations设置的越大,显存占用越高?
我的理解是计算优势生成的这些output都是不参与梯度回传的吧?相当于是off policy的过程,只用来推理就可以了。但是这样理解的话,伴随着num_generations增加的显存是来自于哪里呢?
The text was updated successfully, but these errors were encountered: