File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cookbooks/aws-parallelcluster-platform/attributes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
29
29
- Upgrade Cinc Client to version 18.4.12 (from 18.2.7).
30
30
- Upgrade NVIDIA driver to version 570.172.08 (from 570.86.15) for all OSs except AL2.
31
31
- Upgrade CUDA Toolkit to version 12.8.1 (from 12.8.0) for all OSs except AL2.
32
- - Upgrade DCGM to version 4.2.3 (from 3.3.6) for all OSs except AL2.
32
+ - Upgrade DCGM to version 4.4.1 (from 3.3.6) for all OSs except AL2.
33
33
- Upgrade Python to 3.12.11 (from 3.12.8) for all OSs except AL2.
34
34
- Upgrade Python to 3.9.23 (from 3.9.20) for AL2.
35
35
- Upgrade Intel MPI Library to 2021.16.0 (from 2021.13.1).
Original file line number Diff line number Diff line change 17
17
# NVidia
18
18
default [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] = 'no'
19
19
default [ 'cluster' ] [ 'nvidia' ] [ 'driver_version' ] = '570.172.08'
20
- default [ 'cluster' ] [ 'nvidia' ] [ 'dcgm_version' ] = '4.2.3-2 '
20
+ default [ 'cluster' ] [ 'nvidia' ] [ 'dcgm_version' ] = '4.4.1-1 '
21
21
if platform? ( 'amazon' ) && node [ 'platform_version' ] == "2"
22
22
default [ 'cluster' ] [ 'nvidia' ] [ 'driver_version' ] = '550.127.08'
23
23
default [ 'cluster' ] [ 'nvidia' ] [ 'dcgm_version' ] = '3.3.6-1'
You can’t perform that action at this time.
0 commit comments