disable the new NaN check for the CI

This commit is contained in:
AUTOMATIC
2023-01-17 11:04:56 +03:00
parent 93d3b820d0
commit c361b89026
3 changed files with 6 additions and 0 deletions

View File

@@ -286,6 +286,8 @@ def tests(test_dir):
sys.argv.append("./test/test_files/empty.pt")
if "--skip-torch-cuda-test" not in sys.argv:
sys.argv.append("--skip-torch-cuda-test")
if "--disable-nan-check" not in sys.argv:
sys.argv.append("--disable-nan-check")
print(f"Launching Web UI in another process for testing with arguments: {' '.join(sys.argv[1:])}")