Usage # ===== Before ===== # layer = nn.Linear(in_features, out_features) # ===== After ====== layer = male.MLAE_Linear(in_features, out_features, r=rank, lora_alpha=lora_alpha, drop_rate=drop_rate)