We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f33b92 commit e7d4b05Copy full SHA for e7d4b05
1 file changed
StabilityMatrix.Core/Models/Packages/A3WebUI.cs
@@ -222,9 +222,6 @@ public override async Task InstallPackage(
222
var isLegacyNvidia =
223
torchIndex is TorchIndex.Cuda
224
&& (SettingsManager.Settings.PreferredGpu?.IsLegacyNvidiaGpu() ?? HardwareHelper.HasLegacyNvidiaGpu());
225
- var isRocm =
226
- torchIndex is TorchIndex.Rocm
227
- && (SettingsManager.Settings.PreferredGpu?.IsAmd ?? HardwareHelper.HasAmdGpu());
228
229
// 1. Configure the entire install process declaratively.
230
var config = new PipInstallConfig
0 commit comments