Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ def get_device_ids
# A100 (P4), H100(P5), B200(P6) and GB200()p6e) systems have NVSwitches
# NVSwitch device id is 10de:1af1 for P4 instance
# NVSwitch device id is 10de:22a3 for P5 instance
# NVSwitch device id is 10de:2901 for P6 instance
# NVSwitch device id is 10de:2941 for P6e instance
{ 'a100' => '10de:1af1', 'h100' => '10de:22a3', 'b200' => '10de:2901', 'gb200' => '10de:2941' }
{ 'a100' => '10de:1af1', 'h100' => '10de:22a3', 'gb200' => '10de:2941' }
end

def is_gb200_node?
Expand Down
Loading