This commit is contained in:
Kohaku-Blueleaf 2025-08-28 00:45:02 +08:00 committed by GitHub
parent 31a37686d0
commit b20ba1f27c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,9 @@ class LoKrAdapter(WeightAdapterBase):
(mat1, mat2, alpha, None, None, None, None, None, None)
)
def to_train(self):
return LokrDiff(self.weights)
@classmethod
def load(
cls,