diff --git a/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py b/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py index 4bdfef709cd220cf6e487f370309992e58689756..5da75dcdcb56cb5aba9c1cdbc06ab29fdbf950a1 100644 --- a/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py +++ b/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py @@ -106,7 +106,6 @@ class RunGenerator(object): profile_run.memory_events = self._get_memory_event(peak_memory_events) if self.profile_data.has_communication: - profile_run.views.append(consts.DISTRIBUTED_VIEW) profile_run.step_to_overlap = self._npu_get_overlap() profile_run.step_to_wait, profile_run.comm_op = self._npu_get_wait_table()