[NPU] torch_npu profiler tensorboard path type fix (#17545)

This commit is contained in:
TMC
2026-01-24 22:55:49 +08:00
committed by GitHub
parent 0c8165ffbd
commit 458a43d4ac

View File

@@ -196,7 +196,7 @@ class SchedulerProfilerMixin:
None
if not _is_npu
else torch_npu.profiler.tensorboard_trace_handler(
self.torch_profiler_output_dir
str(self.torch_profiler_output_dir)
)
),
)