Skip to content

Commit

Permalink
[runtime] fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdliang11 committed Apr 23, 2024
1 parent 1fc5b19 commit 02112bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wespeaker/bin/export_mnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def main():
# 1. convert onnx to mnn
if args.num_frames > 0:
os.system(
"MNNConvert -f ONNX --modelFile {} --MNNModel {} --bizCode MNN --saveStaticModel"
.format(args.onnx_model, args.output_model))
"MNNConvert -f ONNX --modelFile {} --MNNModel {} --bizCode MNN \
--saveStaticModel".format(args.onnx_model, args.output_model))
else:
os.system(
"MNNConvert -f ONNX --modelFile {} --MNNModel {} --bizCode MNN".
Expand Down

0 comments on commit 02112bf

Please sign in to comment.