From 175fce61dffb28b58871d55a2d729954c27fba34 Mon Sep 17 00:00:00 2001 From: Luciferian Ink Date: Fri, 17 Jan 2025 18:04:37 -0600 Subject: [PATCH] remove spammy warning --- bytelatent/model/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bytelatent/model/utils.py b/bytelatent/model/utils.py index 7ca979d..e01672e 100644 --- a/bytelatent/model/utils.py +++ b/bytelatent/model/utils.py @@ -162,9 +162,6 @@ def create_causal_mask( return "causal" if BLT_SUPPRESS_ATTN_ERROR == 1: - logging.warning( - "SDPA attention being used, which doesn't have specialized attention implementations for block_causal and local_block_causal attention. Allowing model to run since BLT_SUPPRESS_ATTN_ERROR=1" - ) return "causal" else: raise ValueError(