From c30eb90afff5759d25834c1978ea647d1cd6beb1 Mon Sep 17 00:00:00 2001 From: Vince Navarro Date: Thu, 1 Jun 2023 17:28:13 -0400 Subject: [PATCH] Remove stray print --- modules/devices.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/devices.py b/modules/devices.py index de35d0066..f633400a4 100644 --- a/modules/devices.py +++ b/modules/devices.py @@ -145,7 +145,6 @@ def set_cuda_params(): args = cmd_args.parser.parse_args() if args.use_ipex: - print(args.device_id) if args.device_id is not None: cpu = torch.device(f"xpu:{args.device_id}") #Use XPU instead of CPU. %20 Perf improvement on weak CPUs. else: