We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a627b commit 9b15155Copy full SHA for 9b15155
main.py
@@ -113,7 +113,6 @@ def execute_script(script_path):
113
114
if os.name == "nt":
115
os.environ['MIMALLOC_PURGE_DELAY'] = '0'
116
- logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not available' not in record.getMessage())
117
118
if __name__ == "__main__":
119
if args.default_device is not None:
0 commit comments