Skip to content

Commit 44b8a11

Browse files
authored
Merge branch 'develop' into develop
2 parents ef07123 + a2124a6 commit 44b8a11

File tree

1 file changed

+1
-2
lines changed
  • cookbooks/aws-parallelcluster-platform/libraries

1 file changed

+1
-2
lines changed

cookbooks/aws-parallelcluster-platform/libraries/nvidia.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ def get_device_ids
3030
# A100 (P4), H100(P5), B200(P6) and GB200()p6e) systems have NVSwitches
3131
# NVSwitch device id is 10de:1af1 for P4 instance
3232
# NVSwitch device id is 10de:22a3 for P5 instance
33-
# NVSwitch device id is 10de:2901 for P6 instance
3433
# NVSwitch device id is 10de:2941 for P6e instance
35-
{ 'a100' => '10de:1af1', 'h100' => '10de:22a3', 'b200' => '10de:2901', 'gb200' => '10de:2941' }
34+
{ 'a100' => '10de:1af1', 'h100' => '10de:22a3', 'gb200' => '10de:2941' }
3635
end
3736

3837
def is_gb200_node?

0 commit comments

Comments
 (0)