merge-hf-and-lora-to-hf.py
This commit is contained in:
parent
5dbdc65700
commit
651f50f6ca
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue