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 860d444 commit d25723eCopy full SHA for d25723e
windows/internal/clone.bat
@@ -6,7 +6,8 @@ if exist "%NIGHTLIES_PYTORCH_ROOT%" (
6
if exist pytorch (
7
rmdir /s /q pytorch
8
)
9
- robocopy "%NIGHTLIES_PYTORCH_ROOT%" pytorch\ /e /np /nfl
+ :: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy
10
+ robocopy "%NIGHTLIES_PYTORCH_ROOT%" pytorch\ /e /np /nfl /sl
11
cd pytorch
12
13
if exist "%NIGHTLIES_PYTORCH_ROOT%" goto submodule
0 commit comments