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 5ee52c6 commit 109bfd4Copy full SHA for 109bfd4
conda/build_pytorch.sh
@@ -150,7 +150,7 @@ elif [[ "$OSTYPE" == "msys" ]]; then
150
git config --system core.longpaths true
151
# The jobs are seperated on Windows, so we don't need to clone again.
152
if [[ -d "$NIGHTLIES_PYTORCH_ROOT" ]]; then
153
- cp -R "$NIGHTLIES_PYTORCH_ROOT" "$WIN_PACKAGE_WORK_DIR"
+ cp -R "$NIGHTLIES_PYTORCH_ROOT" "$pytorch_rootdir"
154
fi
155
elif [[ -d '/pytorch' ]]; then
156
# All docker binary builds
0 commit comments