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.