Skip to content

Commit

Permalink
silence xformers warning, should also update to torch native attn fla…
Browse files Browse the repository at this point in the history
…sh, but lazy
  • Loading branch information
Parskatt committed Oct 23, 2024
1 parent ef22a09 commit 3701174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romatch/models/transformer/layers/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

XFORMERS_AVAILABLE = True
except ImportError:
logger.warning("xFormers not available")
# logger.warning("xFormers not available")
XFORMERS_AVAILABLE = False


Expand Down

0 comments on commit 3701174

Please sign in to comment.