mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-14 21:51:57 +00:00
tested after rebasing, fix importance sampling bug
This commit is contained in:
@@ -273,6 +273,7 @@ class Qwen3PipelineForwards:
|
||||
hidden_states: Optional[torch.FloatTensor] = None,
|
||||
stage_index: Optional[List[int]] = None,
|
||||
shard_config: ShardConfig = None,
|
||||
**kwargs
|
||||
):
|
||||
r"""
|
||||
Args:
|
||||
|
Reference in New Issue
Block a user