From d3b6703a778786ffef27a566c2973b24ab251b61 Mon Sep 17 00:00:00 2001 From: NeuralFault <65365345+NeuralFault@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:18:36 -0400 Subject: [PATCH] Update ROCm Python package index URLs --- StabilityMatrix.Core/Models/Rocm/WindowsRocmSupport.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/StabilityMatrix.Core/Models/Rocm/WindowsRocmSupport.cs b/StabilityMatrix.Core/Models/Rocm/WindowsRocmSupport.cs index 436ea9f27..01d8b0a1c 100644 --- a/StabilityMatrix.Core/Models/Rocm/WindowsRocmSupport.cs +++ b/StabilityMatrix.Core/Models/Rocm/WindowsRocmSupport.cs @@ -8,9 +8,8 @@ namespace StabilityMatrix.Core.Models.Rocm; /// public static class WindowsRocmSupport { - public const string StableMultiArchPythonPackageIndexUrl = "https://repo.amd.com/rocm/whl-multi-arch/"; - public const string NightlyMultiArchPythonPackageIndexUrl = - "https://rocm.nightlies.amd.com/whl-multi-arch/"; + public const string StableMultiArchPythonPackageIndexUrl = "https://stable.repo.amd.com/rocm/whl-next/"; + public const string NightlyMultiArchPythonPackageIndexUrl = "https://nightly.repo.amd.com/rocm/whl-next/"; // Used to exclude modern gfxarches from AOTriton activation EnVar as AOTriton does not currently support them. // This is a temporary measure until AOTriton adds support for these architectures.