Skip to content

Commit 2b7ff7c

Browse files
up
Signed-off-by: greg-kwasniewski1 <[email protected]>
1 parent 97b42e7 commit 2b7ff7c

File tree

1 file changed

+1
-1
lines changed
  • tensorrt_llm/_torch/auto_deploy/transform/library

1 file changed

+1
-1
lines changed

tensorrt_llm/_torch/auto_deploy/transform/library/sharding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ShardingTransformConfig(TransformConfig):
135135
default_factory=lambda: [ShardingDim.TP, ShardingDim.EP, ShardingDim.BMM]
136136
)
137137
shard_all_unprocessed: bool = Field(
138-
default=False,
138+
default=True,
139139
description="When True, apply simple shard (column split + all_gather) to "
140140
"'leftover' linear nodes that are not part of any layer subgraph.",
141141
)

0 commit comments

Comments
 (0)