[Auto Sync] Update configurer.py (20250923) (#10765)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user