Skip to content

Commit 145d273

Browse files
up
Signed-off-by: greg-kwasniewski1 <[email protected]>
1 parent 15764bb commit 145d273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorrt_llm/_torch/auto_deploy/transformations/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __call__(self, cm: CachedSequenceInterface) -> nn.Module:
9696
optimize_rope(egm)
9797

9898
sharding_config = ShardingConfig(local_rank, world_size, self.factory.get_sharding_config())
99-
self.ad_config.use_sharding_from_config = False
99+
# self.ad_config.use_sharding_from_config = False
100100
if (
101101
self.ad_config.use_sharding_from_config
102102
and sharding_config.predefined_config is not None

0 commit comments

Comments
 (0)