From 2e0b2086586212a2c04b5eb612a85796be1494f7 Mon Sep 17 00:00:00 2001 From: Dr. Artificial曾小健 <875100501@qq.com> Date: 星期二, 24 十二月 2024 13:46:31 +0800 Subject: [PATCH] typo fix (#2330) --- examples/industrial_data_pretraining/paraformer/export.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/industrial_data_pretraining/paraformer/export.py b/examples/industrial_data_pretraining/paraformer/export.py index 6334e3b..fc635cf 100644 --- a/examples/industrial_data_pretraining/paraformer/export.py +++ b/examples/industrial_data_pretraining/paraformer/export.py @@ -20,10 +20,10 @@ # # method2, inference from local path # from funasr import AutoModel - +# # model = AutoModel( # model="/Users/zhifu/.cache/modelscope/hub/iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch" # ) - +# # res = model.export(type="onnx", quantize=False) # print(res) -- Gitblit v1.9.1