From 567ecebbaf7c243f9e30c0cf7a39851e66e19bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Tue, 7 Feb 2023 23:01:35 +0800 Subject: [PATCH] export model test --- funasr/export/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funasr/export/README.md b/funasr/export/README.md index cc36a60d7..7629b2dc8 100644 --- a/funasr/export/README.md +++ b/funasr/export/README.md @@ -40,6 +40,6 @@ Export model from local path from funasr.export.export_model import ASRModelExportParaformer output_dir = "../export" -export_model = ASRModelExportParaformer(cache_dir=output_dir, onnx=True) +export_model = ASRModelExportParaformer(cache_dir=output_dir, onnx=False) export_model.export_from_local('/root/cache/export/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch') ``` \ No newline at end of file