This commit is contained in:
mrq 2025-03-04 14:57:00 -06:00
parent 1cd24f3381
commit 462f71e2f7

View File

@ -95,7 +95,6 @@ try:
AVAILABLE_ATTENTIONS.append("sparse")
except Exception as e:
raise e
_logger.warning(f"Error while querying for `SparseAttention` support: {str(e)}")
pass