This commit is contained in:
Markus Hartung 2025-04-07 17:46:08 -03:00 committed by GitHub
commit f1a772147d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,9 @@ import threading
import gc
import faulthandler, signal
faulthandler.register(signal.SIGUSR1)
if os.name == "nt":
logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())