@@ -26,7 +26,7 @@ function install_ubuntu() {
26
26
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
27
27
| gpg --dearmor > /usr/share/keyrings/oneapi-archive-keyring.gpg.gpg
28
28
echo " deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg.gpg] \
29
- https://apt.repos.intel.com/${XPU_REPO_NAME} all main" \
29
+ https://apt.repos.intel.com/oneapi all main" \
30
30
| tee /etc/apt/sources.list.d/oneAPI.list
31
31
32
32
# Update the packages list and repository index
@@ -74,7 +74,7 @@ function install_rhel() {
74
74
tee > /etc/yum.repos.d/oneAPI.repo << EOF
75
75
[oneAPI]
76
76
name=Intel for Pytorch GPU dev repository
77
- baseurl=https://yum.repos.intel.com/${XPU_REPO_NAME}
77
+ baseurl=https://yum.repos.intel.com/oneapi
78
78
enabled=1
79
79
gpgcheck=1
80
80
repo_gpgcheck=1
@@ -118,7 +118,7 @@ function install_sles() {
118
118
https://repositories.intel.com/gpu/sles/${VERSION_SP}${XPU_DRIVER_VERSION} /unified/intel-gpu-${VERSION_SP} .repo
119
119
rpm --import https://repositories.intel.com/gpu/intel-graphics.key
120
120
# To add the online network network package repository for the Intel Support Packages
121
- zypper addrepo https://yum.repos.intel.com/${XPU_REPO_NAME} oneAPI
121
+ zypper addrepo https://yum.repos.intel.com/oneapi oneAPI
122
122
rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
123
123
124
124
# The xpu-smi packages
@@ -141,10 +141,10 @@ if [[ "${XPU_DRIVER_TYPE,,}" == "rolling" ]]; then
141
141
XPU_DRIVER_VERSION=" "
142
142
fi
143
143
144
- XPU_REPO_NAME= " intel-for-pytorch-gpu-dev "
145
- XPU_PACKAGES= " intel-for-pytorch-gpu-dev-0.5 intel-pti-dev-0.9 "
146
- if [[ " $XPU_VERSION " == " 2025.0 " ]] ; then
147
- XPU_REPO_NAME= " oneapi "
144
+ # Default use Intel® oneAPI Deep Learning Essentials 2025.0
145
+ if [[ " $XPU_VERSION " == " 2025.1 " ]] ; then
146
+ XPU_PACKAGES= " intel-deep-learning-essentials- 2025.1 "
147
+ else
148
148
XPU_PACKAGES=" intel-deep-learning-essentials-2025.0"
149
149
fi
150
150
0 commit comments