已合并
fix: fix log message bug #37360
fix: fix log message bug #37360
已合并
luochao60创建于 6月1日
共 1 个文件变更+1-1
@@ -295,7 +295,7 @@ class TestGraphPartitionNPU(TestCase):
295 foo(torch.ones([10], device="npu"), torch.ones([20]))295 foo(torch.ones([10], device="npu"), torch.ones([20]))
296 296 
297 FileCheck().check_count(297 FileCheck().check_count(
298- "[NPUGRAPH-TREE][Node][Record] function=0, graph=0",298+ "NPUGRAPH-TREE Node Record function=0, graph=0",
299 1,299 1,
300 exactly=True,300 exactly=True,
301 ).run(log_stream.getvalue())301 ).run(log_stream.getvalue())