Skip to content

Commit

Permalink
fix export_jit.py (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Apr 2, 2024
1 parent f3a434a commit 1feea35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wenet/bin/export_jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_args():

def main():
args = get_args()
args.jit = True
logging.basicConfig(level=logging.DEBUG,
format='%(asctime)s %(levelname)s %(message)s')
# No need gpu for model export
Expand Down

0 comments on commit 1feea35

Please sign in to comment.