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 1352646 commit 62057a6Copy full SHA for 62057a6
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