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

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

View file

@ -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()