File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed
Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if [[ $PYLONG_API_CHECK == 0 ]]; then
4040fi
4141set -ex -o pipefail
4242
43- " $SCRIPT_HELPERS_DIR " /build_pytorch.ps1
43+ " $SCRIPT_HELPERS_DIR " /build_pytorch.bat
4444
4545assert_git_not_dirty
4646
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ & " windows/internal/vc_install_helper.bat"
2+ if ($LASTEXITCODE -ne 0 ) { exit 1 }
3+
4+ & " windows/internal/cuda_install.bat"
5+ if ($LASTEXITCODE -ne 0 ) { exit 1 }
6+
7+ & " windows/internal/xpu_install.bat"
8+ if ($LASTEXITCODE -ne 0 ) { exit 1 }
9+
10+ . " windows/build_pytorch.ps1" $env: CUDA_VERSION $env: PYTORCH_BUILD_VERSION $env: PYTORCH_BUILD_NUMBER
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if [[ "$OS" == "windows-arm64" ]]; then
3232 ./windows/arm64/build_pytorch.bat
3333 fi
3434else
35- ./windows/internal/build_wheels.bat
35+ ./windows/internal/build_wheels.ps1
3636fi
3737
3838echo " Free space on filesystem after build:"
You can’t perform that action at this time.
0 commit comments