You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove static forwarder methods (GetCompatibility, HasSupport, ShouldApplyLaunchEnvironment/ShouldUseWindowsNativeInstall, BuildLaunchEnvironment, GetLaunchNoticeLines) from InvokeAiWindowsRocmProfile and ReforgeWindowsRocmProfile
- Add ShouldApplyWindowsLaunchEnvironment(TorchIndex) and GetWindowsLaunchNoticeLines(TorchIndex) to IRocmPackageHelper and RocmPackageHelper; make no-arg overload private
- Update InvokeAI and Reforge call sites to use IRocmPackageHelper directly
- Migrate ComfyUI.EmitWindowsRocmLaunchNotice to use GetWindowsLaunchNoticeLines(TorchIndex), removing ShouldShowWindowsRocmLaunchNotice
/// Ensures <c>rocm-sdk-devel</c> is installed from the ROCm multi-arch index.
114
125
/// It prefers a build whose date token matches the installed ROCm torch build and falls back to the latest available build when no exact match is available.
0 commit comments