Skip to content

Commit 347eee5

Browse files
committed
update format.
1 parent 29a5cdb commit 347eee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xllm/core/distributed_runtime/dit_engine.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ DiTEngine::DiTEngine(const runtime::Options& options) : options_(options) {
4848
process_groups_ = parallel_state::create_npu_process_groups(devices);
4949
#elif defined(USE_CUDA) || defined(USE_MLU)
5050
// MLU/CUDA uses local process groups
51-
process_groups_ = parallel_state::create_local_process_groups(devices, options_);
51+
process_groups_ =
52+
parallel_state::create_local_process_groups(devices, options_);
5253
#endif
5354
}
5455
const int32_t world_size = static_cast<int32_t>(devices.size());

0 commit comments

Comments
 (0)