## Issue description I try to build PyTorch on Windows, but build fails on some machines with following message. ~~~ The system cannot find the batch label specified read_loop ~~~ When I convert tools\build_pytorch_libs.bat' EOL from LF to CRLF, build succeeds. Not all machines fail to build with LF, but batch file should be end with CRLF, I think.