We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410994f commit 2325040Copy full SHA for 2325040
src/dstack/_internal/core/backends/hotaisle/compute.py
@@ -62,6 +62,16 @@
62
"cpu_frequency": 2800000000,
63
"cpu_manufacturer": "Intel",
64
},
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
74
75
}
76
77
0 commit comments