Skip to content

Commit 9ddbbe9

Browse files
committed
[B200] Upgrade NVIDIA DCGM to version 4.4.1 (from version 4.2.3)
1 parent 624630e commit 9ddbbe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2929
- Upgrade Cinc Client to version 18.4.12 (from 18.2.7).
3030
- Upgrade NVIDIA driver to version 570.172.08 (from 570.86.15) for all OSs except AL2.
3131
- 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.
3333
- Upgrade Python to 3.12.11 (from 3.12.8) for all OSs except AL2.
3434
- Upgrade Python to 3.9.23 (from 3.9.20) for AL2.
3535
- Upgrade Intel MPI Library to 2021.16.0 (from 2021.13.1).

cookbooks/aws-parallelcluster-platform/attributes/platform.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# NVidia
1818
default['cluster']['nvidia']['enabled'] = 'no'
1919
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'
2121
if platform?('amazon') && node['platform_version'] == "2"
2222
default['cluster']['nvidia']['driver_version'] = '550.127.08'
2323
default['cluster']['nvidia']['dcgm_version'] = '3.3.6-1'

0 commit comments

Comments
 (0)