Skip to content

Commit 2325040

Browse files
[HotAisle] Support 8xMI300X instances
1 parent 410994f commit 2325040

File tree

1 file changed

+10
-0
lines changed
  • src/dstack/_internal/core/backends/hotaisle

1 file changed

+10
-0
lines changed

src/dstack/_internal/core/backends/hotaisle/compute.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262
"cpu_frequency": 2800000000,
6363
"cpu_manufacturer": "Intel",
6464
},
65+
"8x MI300X 104x Xeon Platinum 8470": {
66+
"cpu_model": "Xeon Platinum 8470",
67+
"cpu_frequency": 2000000000,
68+
"cpu_manufacturer": "Intel",
69+
},
70+
"8x MI300X 104x Xeon Platinum 8462Y+": {
71+
"cpu_model": "Xeon Platinum 8462Y+",
72+
"cpu_frequency": 2800000000,
73+
"cpu_manufacturer": "Intel",
74+
},
6575
}
6676

6777

0 commit comments

Comments
 (0)