Added LoKr to the ui

This commit is contained in:
Jaret Burkett
2025-03-02 08:49:01 -07:00
parent b16819f8e7
commit 7ae31c9ae9
4 changed files with 36 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ class NetworkConfig:
self.transformer_only = kwargs.get('transformer_only', True)
self.lokr_full_rank = kwargs.get('lokr_full_rank', False)
if self.lokr_full_rank:
if self.lokr_full_rank and self.type.lower() == 'lokr':
self.linear = 9999999999
self.linear_alpha = 9999999999
self.conv = 9999999999