From fa85b267a5fe88af37801fd367adb8fe49346be1 Mon Sep 17 00:00:00 2001 From: Seunghoon Lee Date: Wed, 7 Jan 2026 15:01:39 +0900 Subject: [PATCH] clean up --- modules/zluda.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/zluda.py b/modules/zluda.py index 5358751eb..7b85eec62 100644 --- a/modules/zluda.py +++ b/modules/zluda.py @@ -27,7 +27,6 @@ def zluda_init(): from modules import devices, zluda_installer from modules.shared import cmd_opts from modules.rocm_triton_windows import apply_triton_patches - from modules.onnx_impl.execution_providers import available_execution_providers, ExecutionProvider cmd_opts.device_id = None @@ -42,7 +41,7 @@ def zluda_init(): return False, result if not zluda_installer.default_agent.blaslt_supported: - log.warning(f'ROCm: hipBLASLt unavailable agent={zluda_installer.default_agent}') + log.debug(f'ROCm: hipBLASLt unavailable agent={zluda_installer.default_agent}') apply_triton_patches()