From 4fa07f828353e894b7c43feb893bb7eb119f2043 Mon Sep 17 00:00:00 2001 From: WSs_321 Date: Mon, 23 Jun 2025 06:23:39 +0000 Subject: [PATCH] update torch_npu/utils/utils.py. Signed-off-by: WSs_321 --- torch_npu/utils/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/torch_npu/utils/utils.py b/torch_npu/utils/utils.py index 5b8601de8c..ada9d88034 100644 --- a/torch_npu/utils/utils.py +++ b/torch_npu/utils/utils.py @@ -49,3 +49,4 @@ def _apply_npu_show_warning(): _showwarnmsg_impl(msg) warnings.showwarning = npu_show_warning +#test \ No newline at end of file -- Gitee