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
[Fix] Update type hint for position_ids, update max_lengths type in LengthGroupedSampler, and handle fp32 lmhead hf weight (#1636)
* [Fix] Update type hint for position_ids in MultimodalTrainInfo and assert max_lengths type in LengthGroupedSampler
- Changed position_ids to allow None in MultimodalTrainInfo.
- Updated max_lengths assertion to include Column type in LengthGroupedSampler.
- Adjusted reward assignment in JudgerController to use "score" instead of "weighted_score".
- Enhanced tensor handling in BaseModel for FSDP with specific conditions for lm_head.weight.
* fix lint
* fix ut
* fix ut
0 commit comments