From 46043a9cf466a0f8043c8e8d7fac55fe69670dff Mon Sep 17 00:00:00 2001 From: agentasteriski <99069711+agentasteriski@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:16:52 -0500 Subject: [PATCH] stop checking for wrong Torch version mix-LN export fails on 1.13 --- scripts/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/export.py b/scripts/export.py index d666175d6..d3f5ff6bd 100644 --- a/scripts/export.py +++ b/scripts/export.py @@ -298,5 +298,5 @@ def nsf_hifigan( if __name__ == '__main__': - check_pytorch_version() + #check_pytorch_version() main()