@@ -26,7 +26,7 @@ function install_ubuntu() {
2626 wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
2727 | gpg --dearmor > /usr/share/keyrings/oneapi-archive-keyring.gpg.gpg
2828 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" \
3030 | tee /etc/apt/sources.list.d/oneAPI.list
3131
3232 # Update the packages list and repository index
@@ -74,7 +74,7 @@ function install_rhel() {
7474 tee > /etc/yum.repos.d/oneAPI.repo << EOF
7575[oneAPI]
7676name=Intel for Pytorch GPU dev repository
77- baseurl=https://yum.repos.intel.com/${XPU_REPO_NAME}
77+ baseurl=https://yum.repos.intel.com/oneapi
7878enabled=1
7979gpgcheck=1
8080repo_gpgcheck=1
@@ -118,7 +118,7 @@ function install_sles() {
118118 https://repositories.intel.com/gpu/sles/${VERSION_SP}${XPU_DRIVER_VERSION} /unified/intel-gpu-${VERSION_SP} .repo
119119 rpm --import https://repositories.intel.com/gpu/intel-graphics.key
120120 # 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
122122 rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
123123
124124 # The xpu-smi packages
@@ -141,10 +141,10 @@ if [[ "${XPU_DRIVER_TYPE,,}" == "rolling" ]]; then
141141 XPU_DRIVER_VERSION=" "
142142fi
143143
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
148148 XPU_PACKAGES=" intel-deep-learning-essentials-2025.0"
149149fi
150150
0 commit comments