Commit 8fc67f38 authored by Kohaku-Blueleaf's avatar Kohaku-Blueleaf
Browse files

remove debug print

parent 265bc26c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,6 +77,5 @@ class NetworkModuleOFT(network.NetworkModule):
        merged_weight = rearrange(merged_weight, 'k m ... -> (k m) ...')

        updown = merged_weight.to(orig_weight.device, dtype=orig_weight.dtype) - orig_weight
        print(torch.norm(updown))
        output_shape = orig_weight.shape
        return self.finalize_updown(updown, orig_weight, output_shape)