merge-hf-and-lora-to-hf.py

This commit is contained in:
FNsi 2023-05-21 11:28:00 +08:00 committed by GitHub
parent 5dbdc65700
commit 651f50f6ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ parser.add_argument(
"--lora_path", "--lora_path",
type=str, type=str,
default="decapoda-research/lora", default="decapoda-research/lora",
help="Directory contain Lora ", help="Directory contain Lora",
) )
# The output dir # The output dir
parser.add_argument( parser.add_argument(