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
20 changes: 20 additions & 0 deletions src/dstack/_internal/core/backends/hotaisle/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@
"cpu_frequency": 2000000000,
"cpu_manufacturer": "Intel",
},
"2x MI300X 26x Xeon Platinum 8470": {
"cpu_model": "Xeon Platinum 8470",
"cpu_frequency": 2000000000,
"cpu_manufacturer": "Intel",
},
"2x MI300X 26x Xeon Platinum 8462Y+": {
"cpu_model": "Xeon Platinum 8462Y+",
"cpu_frequency": 2800000000,
"cpu_manufacturer": "Intel",
},
"4x MI300X 52x Xeon Platinum 8462Y": {
"cpu_model": "Xeon Platinum 8470",
"cpu_frequency": 2000000000,
"cpu_manufacturer": "Intel",
},
"4x MI300X 52x Xeon Platinum 8462Y+": {
"cpu_model": "Xeon Platinum 8462Y+",
"cpu_frequency": 2800000000,
"cpu_manufacturer": "Intel",
},
}


Expand Down