Explorar o código

comment out xformer warning

Johan Edstedt hai 1 ano
pai
achega
63f4c9f289
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      romatch/models/transformer/layers/attention.py

+ 1 - 1
romatch/models/transformer/layers/attention.py

@@ -22,7 +22,7 @@ try:
 
 
     XFORMERS_AVAILABLE = True
     XFORMERS_AVAILABLE = True
 except ImportError:
 except ImportError:
-    logger.warning("xFormers not available")
+    # logger.warning("xFormers not available")
     XFORMERS_AVAILABLE = False
     XFORMERS_AVAILABLE = False