File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 9
9
export PYTHON_RUN=" python3"
10
10
if [[ ${TARGET_OS} == ' windows' ]]; then
11
11
export PYTHON_RUN=" python"
12
- # Currently xpu env need a helper script to activate
13
- if [[ ${MATRIX_GPU_ARCH_TYPE} == " xpu" ]]; then
14
- export PYTHON_RUN=" ${SCRIPT_DIR} /xpu_env_helper.bat python"
15
- fi
16
12
fi
17
13
18
14
if [[ ${TARGET_OS} == ' macos-arm64' ]]; then
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -132,8 +132,5 @@ jobs:
132
132
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
133
133
if [[ ${MATRIX_GPU_ARCH_TYPE} == "cuda" ]]; then
134
134
./.ci/pytorch/windows/internal/driver_update.bat
135
- elif [[ ${MATRIX_GPU_ARCH_TYPE} == "xpu" ]]; then
136
- export CUDA_VERSION=xpu
137
- ./.ci/pytorch/windows/internal/xpu_install.bat
138
135
fi
139
136
source ../../test-infra/.github/scripts/validate_binaries.sh
You can’t perform that action at this time.
0 commit comments