You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of vLLM training may have bug.
For example, when GPU number and num_generations are both 4, current vLLM training requires that in each batch, all 4 samples correspond to the same question and image. However, in practice, although RepeatRandomSampler is used, these 4 samples may correspond to different questions and images.
(Correct me if I am wrong)
The text was updated successfully, but these errors were encountered:
Current version of vLLM training may have bug.
For example, when GPU number and num_generations are both 4, current vLLM training requires that in each batch, all 4 samples correspond to the same question and image. However, in practice, although
RepeatRandomSampler
is used, these 4 samples may correspond to different questions and images.(Correct me if I am wrong)
The text was updated successfully, but these errors were encountered: