diff --git a/src/dstack/_internal/core/backends/hotaisle/compute.py b/src/dstack/_internal/core/backends/hotaisle/compute.py index 9a93a42355..200173b1f9 100644 --- a/src/dstack/_internal/core/backends/hotaisle/compute.py +++ b/src/dstack/_internal/core/backends/hotaisle/compute.py @@ -62,6 +62,16 @@ "cpu_frequency": 2800000000, "cpu_manufacturer": "Intel", }, + "8x MI300X 104x Xeon Platinum 8470": { + "cpu_model": "Xeon Platinum 8470", + "cpu_frequency": 2000000000, + "cpu_manufacturer": "Intel", + }, + "8x MI300X 104x Xeon Platinum 8462Y+": { + "cpu_model": "Xeon Platinum 8462Y+", + "cpu_frequency": 2800000000, + "cpu_manufacturer": "Intel", + }, }