Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/auto_deploy/nano_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ transforms:
detect_sharding:
sharding_source: ['factory', 'heuristic']
sharding_dims: ['ep', 'bmm']
allreduce_strategy: 'AUTO'
multi_stream_moe:
stage: compile
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion tensorrt_llm/_torch/auto_deploy/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ transforms:
sharding_source: ['manual', 'factory', 'heuristic']
support_partial_config: true
sharding_dims: ['tp', 'ep', 'bmm']
allreduce_strategy: 'AUTO'
allreduce_strategy: 'NCCL'
dist_backend: auto
requires_shape_prop: true
sharding_transform_executor:
Expand Down