merge-hf-and-lora-to-hf.py
This commit is contained in:
parent
d892edcf7d
commit
28bec1eb25
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ parser.add_argument(
|
|||
"--out_path",
|
||||
type=str,
|
||||
default="decapoda-research/lora-merged",
|
||||
help="Directory store merged HF model",
|
||||
help="Directory store merged HF model",
|
||||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue