Skip to content

Commit

Permalink
remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
sijunhe committed May 30, 2023
1 parent 928ff6e commit 89b7c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddlenlp/layers/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ def _find_and_replace_module(self, model, module_name, lora_config, enable_lora)
)
elif isinstance(module, ColumnParallelLinear):
# recover the original output_features
print(module_name)
lora_module = ColumnParallelLoRAMergedLinear(
in_features=module.weight.shape[0],
out_features=module.weight.shape[1] * module.world_size,
Expand Down

0 comments on commit 89b7c31

Please sign in to comment.