Skip to content

Commit

Permalink
add lora_ckpt_path to recognize
Browse files Browse the repository at this point in the history
  • Loading branch information
fclearner committed Aug 4, 2024
1 parent ea14646 commit 4c1f2da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wenet/bin/recognize.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ def get_args():
type=bool,
default=False,
help='''Whether to use lora for biasing''')
parser.add_argument("--lora_ckpt_path",
default=None,
type=str,
help="lora checkpoint path.")
args = parser.parse_args()
print(args)
return args
Expand Down

0 comments on commit 4c1f2da

Please sign in to comment.