diff --git a/windows/internal/clone.bat b/windows/internal/clone.bat index 4ea67be7e..dbb19966c 100755 --- a/windows/internal/clone.bat +++ b/windows/internal/clone.bat @@ -6,7 +6,8 @@ if exist "%NIGHTLIES_PYTORCH_ROOT%" ( if exist pytorch ( rmdir /s /q pytorch ) - robocopy "%NIGHTLIES_PYTORCH_ROOT%" pytorch\ /e /np /nfl + :: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy + robocopy "%NIGHTLIES_PYTORCH_ROOT%" pytorch\ /e /np /nfl /sl cd pytorch ) if exist "%NIGHTLIES_PYTORCH_ROOT%" goto submodule