This commit is contained in:
Markus Hartung 2025-04-11 11:52:08 -04:00 committed by GitHub
commit 0f3a4caec2
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())