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",
type=str,
default="decapoda-research/lora",
help="Directory contain Lora ",
help="Directory contain Lora",
)
# The output dir
parser.add_argument(