File tree Expand file tree Collapse file tree 3 files changed +3
-50
lines changed Expand file tree Collapse file tree 3 files changed +3
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -159,14 +159,6 @@ jobs:
159
159
with :
160
160
python-version : ${{ matrix.python_version }}
161
161
architecture : arm64
162
- - name : Bootstrap Build Tools
163
- if : inputs.architecture == 'arm64'
164
- env :
165
- DOWNLOADS_DIR : c:\temp\downloads\
166
- DEPENDENCIES_DIR : c:\temp\dependencies\
167
- SCRIPTS_DIR : test-infra\\.github\\scripts\\winarm64
168
- run : |
169
- "${{ env.SCRIPTS_DIR }}\bootstrap_buildtools.sh"
170
162
- name : Install torch dependency
171
163
if : inputs.architecture == 'x64'
172
164
run : |
@@ -192,7 +184,7 @@ jobs:
192
184
PRE_SCRIPT : ${{ inputs.pre-script }}
193
185
shell : cmd
194
186
run : |
195
- set VS_PATH=%DEPENDENCIES_DIR%\VSBuildTools \VC\Auxiliary\Build\vcvarsall.bat
187
+ set VS_PATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise \VC\Auxiliary\Build\vcvarsall.bat
196
188
set GIT_BASH=%DEPENDENCIES_DIR%\git\usr\bin\bash.exe
197
189
198
190
cd %SRC_DIR%
@@ -264,7 +256,7 @@ jobs:
264
256
set CONDA_PREFIX=%DEPENDENCIES_DIR%
265
257
set PATH=%PATH%;%DEPENDENCIES_DIR%\Library\bin
266
258
set DISTUTILS_USE_SDK=1
267
- set VS_PATH=%DEPENDENCIES_DIR%\VSBuildTools \VC\Auxiliary\Build\vcvarsall.bat
259
+ set VS_PATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise \VC\Auxiliary\Build\vcvarsall.bat
268
260
269
261
call "%VS_PATH%" arm64
270
262
cd %SRC_DIR%
Original file line number Diff line number Diff line change 95
95
LINUX_AARCH64_GPU_RUNNER = "linux.arm64.m7g.4xlarge"
96
96
WIN_GPU_RUNNER = "windows.g4dn.xlarge"
97
97
WIN_CPU_RUNNER = "windows.4xlarge"
98
- WIN_ARM64_RUNNER = "windows-11-arm64"
98
+ WIN_ARM64_RUNNER = "windows-11-arm64-preview "
99
99
MACOS_M1_RUNNER = "macos-m1-stable"
100
100
101
101
PACKAGES_TO_INSTALL_WHL = "torch torchvision torchaudio"
You can’t perform that action at this time.
0 commit comments