Skip to content

Commit ef17689

Browse files
authored
Rename enableCudnn to disableCudnn and update defaults
1 parent f7c1619 commit ef17689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StabilityMatrix.Avalonia/ViewModels/Inference/CfzCudnnToggleCardViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public partial class CfzCudnnToggleCardViewModel : LoadableViewModelBase
1414
public const string ModuleKey = "CfzCudnnToggle";
1515

1616
[ObservableProperty]
17-
private bool enableCudnn = false;
17+
private bool disableCudnn = true;
1818

1919
[ObservableProperty]
20-
private bool cudnnBenchmark;
20+
private bool cudnnBenchmark = false;
2121
}

0 commit comments

Comments
 (0)