diff --git a/merge-hf-and-lora-to-hf.py b/merge-hf-and-lora-to-hf.py index b75684072..aaf5f2edf 100644 --- a/merge-hf-and-lora-to-hf.py +++ b/merge-hf-and-lora-to-hf.py @@ -22,7 +22,7 @@ parser.add_argument( "--lora_path", type=str, default="decapoda-research/lora", - help="Directory contain Lora ", + help="Directory contain Lora", ) # The output dir parser.add_argument(