We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f763fea commit 9347b69Copy full SHA for 9347b69
StabilityMatrix.Core/Models/Packages/SDWebForge.cs
@@ -183,7 +183,7 @@ public override async Task InstallPackage(
183
var torchIndex = options.PythonOptions.TorchIndex ?? GetRecommendedTorchVersion();
184
var isLegacyNvidia =
185
torchIndex is TorchIndex.Cuda
186
- && (SettingsManager.Settings.PreferredGpu?.IsLegacyNvidia() ?? HardwareHelper.HasLegacyNvidia());
+ && (SettingsManager.Settings.PreferredGpu?.IsLegacyNvidiaGpu() ?? HardwareHelper.HasLegacyNvidiaGpu());
187
188
var config = new PipInstallConfig
189
{
0 commit comments