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 31d4fed commit beff087Copy full SHA for beff087
windows/internal/clone.bat
@@ -2,7 +2,7 @@
2
3
:: The conda and wheels jobs are seperated on Windows, so we don't need to clone again.
4
if exist "%NIGHTLIES_PYTORCH_ROOT%" (
5
- xcopy /E /Y /Q /H "%NIGHTLIES_PYTORCH_ROOT%" pytorch\
+ robocopy "%NIGHTLIES_PYTORCH_ROOT%" pytorch\ /e /np /nfl
6
cd pytorch
7
)
8
if exist "%NIGHTLIES_PYTORCH_ROOT%" goto submodule
0 commit comments