"vscode:/vscode.git/clone" did not exist on "4795e1634f8eb734e6f8b55f8f1840782d3bbe35"
Unverified Commit 113f8f65 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

[Auto Sync] Update configurer.py (20250923) (#10765)


Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent e22f3a5e
...@@ -15,7 +15,6 @@ def _compute_enable_deep_gemm(): ...@@ -15,7 +15,6 @@ def _compute_enable_deep_gemm():
try: try:
import deep_gemm import deep_gemm
except ImportError: except ImportError:
logger.warning("Failed to import deep_gemm, disable ENABLE_JIT_DEEPGEMM.")
return False return False
return get_bool_env_var("SGL_ENABLE_JIT_DEEPGEMM", default="true") return get_bool_env_var("SGL_ENABLE_JIT_DEEPGEMM", default="true")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment