remove unused variable

This commit is contained in:
Panchovix 2025-07-25 21:28:26 -04:00 committed by GitHub
parent 27720a1e45
commit 01934bf639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ if model_management.sage_attention_enabled():
from sageattention import sageattn from sageattention import sageattn
sage_attention_available = True sage_attention_available = True
logging.info("Found SageAttention2 (sageattention package)") logging.info("Found SageAttention2 (sageattention package)")
except ModuleNotFoundError as e: except ModuleNotFoundError:
pass pass
if not sage_attention_available: if not sage_attention_available: