We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86aaa4 commit 885015eCopy full SHA for 885015e
main.py
@@ -112,6 +112,7 @@ def execute_script(script_path):
112
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__":
0 commit comments