We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a178088 commit 2a414fdCopy full SHA for 2a414fd
1 file changed
src/dstack/_internal/core/backends/hotaisle/compute.py
@@ -42,6 +42,26 @@
42
"cpu_frequency": 2000000000,
43
"cpu_manufacturer": "Intel",
44
},
45
+ "2x MI300X 26x Xeon Platinum 8470": {
46
+ "cpu_model": "Xeon Platinum 8470",
47
+ "cpu_frequency": 2000000000,
48
+ "cpu_manufacturer": "Intel",
49
+ },
50
+ "2x MI300X 26x Xeon Platinum 8462Y+": {
51
+ "cpu_model": "Xeon Platinum 8462Y+",
52
+ "cpu_frequency": 2800000000,
53
54
55
+ "4x MI300X 52x Xeon Platinum 8462Y": {
56
57
58
59
60
+ "4x MI300X 52x Xeon Platinum 8462Y+": {
61
62
63
64
65
}
66
67
0 commit comments