Skip to content

Commit 3d3fe20

Browse files
committed
Add gfx1150 ROCm nightly V2-staging index URL for Strix Point (Ryzen AI 300) APUs
1 parent 387c7b9 commit 3d3fe20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

StabilityMatrix.Core/Models/Packages/ComfyUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ await StandardPipInstallProcessAsync(
398398
var indexUrl = gfxArch switch
399399
{
400400
"gfx1151" => "https://rocm.nightlies.amd.com/v2/gfx1151",
401+
"gfx1150" => "https://rocm.nightlies.amd.com/v2-staging/gfx1150",
401402
_ when gfxArch.StartsWith("gfx110") => "https://rocm.nightlies.amd.com/v2/gfx110X-all",
402403
_ when gfxArch.StartsWith("gfx120") => "https://rocm.nightlies.amd.com/v2/gfx120X-all",
403404
_ => throw new ArgumentOutOfRangeException(

0 commit comments

Comments
 (0)