Skip to content

Commit 687eadd

Browse files
committed
[Docs] Update oneAPI Base Toolkit version (#2659)
1 parent c1b6346 commit 687eadd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/install_for_xpu.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For experimental support of the Intel® Arc™ A-Series GPUs, please refer to [I
1616
- Intel® Data Center GPU Flex Series
1717
- Ubuntu 22.04, Red Hat 8.6 (64-bit), SUSE Linux Enterprise Server(SLES) 15 SP4/SP5
1818
- Intel® Data Center GPU Max Series
19-
- Intel® oneAPI Base Toolkit 2024.0
19+
- Intel® oneAPI Base Toolkit 2024.1
2020
- TensorFlow 2.15.0
2121
- Python 3.9-3.11
2222
- pip 19.0 or later (requires manylinux2014 support)
@@ -69,10 +69,10 @@ Need to install components of Intel® oneAPI Base Toolkit:
6969

7070

7171
```bash
72-
$ wget https://registrationcenter-download.intel.com/akdlm//IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564.sh
72+
$ wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fdc7a2bc-b7a8-47eb-8876-de6201297144/l_BaseKit_p_2024.1.0.596.sh
7373
# 3 components are necessary: DPC++/C++ Compiler, DPC++ Libiary and oneMKL
7474
# if you want to run distributed training with Intel® Optimization for Horovod*, oneCCL is needed too(Intel® oneAPI MPI Library will be installed automatically as its dependency)
75-
$ sudo sh l_BaseKit_p_2024.0.0.49564.sh
75+
$ sudo sh ./l_BaseKit_p_2024.1.0.596.sh
7676
```
7777

7878
For any more details, follow the procedure in https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html.

0 commit comments

Comments
 (0)