[NPU] torch_npu profiler tensorboard path type fix (#17545)
This commit is contained in:
@@ -196,7 +196,7 @@ class SchedulerProfilerMixin:
|
|||||||
None
|
None
|
||||||
if not _is_npu
|
if not _is_npu
|
||||||
else torch_npu.profiler.tensorboard_trace_handler(
|
else torch_npu.profiler.tensorboard_trace_handler(
|
||||||
self.torch_profiler_output_dir
|
str(self.torch_profiler_output_dir)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user