From 113f8f65a2da84d58eacd844d0a59f157c13f218 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 22 Sep 2025 17:34:34 -0700 Subject: [PATCH] [Auto Sync] Update configurer.py (20250923) (#10765) Co-authored-by: github-actions[bot] --- .../srt/layers/quantization/deep_gemm_wrapper/configurer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/srt/layers/quantization/deep_gemm_wrapper/configurer.py b/python/sglang/srt/layers/quantization/deep_gemm_wrapper/configurer.py index 662c70c34..ab2c4191b 100644 --- a/python/sglang/srt/layers/quantization/deep_gemm_wrapper/configurer.py +++ b/python/sglang/srt/layers/quantization/deep_gemm_wrapper/configurer.py @@ -15,7 +15,6 @@ def _compute_enable_deep_gemm(): try: import deep_gemm except ImportError: - logger.warning("Failed to import deep_gemm, disable ENABLE_JIT_DEEPGEMM.") return False return get_bool_env_var("SGL_ENABLE_JIT_DEEPGEMM", default="true")