From 2325040ce97b03d5a538af7dcc6b97e47ded1f2c Mon Sep 17 00:00:00 2001 From: peterschmidt85 Date: Mon, 13 Oct 2025 20:03:36 -0700 Subject: [PATCH] [HotAisle] Support 8xMI300X instances --- src/dstack/_internal/core/backends/hotaisle/compute.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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", + }, }