From c5339e8302da5ab66af7ca7640b93596de24a4b0 Mon Sep 17 00:00:00 2001
From: 维石 <shixian.shi@alibaba-inc.com>
Date: 星期一, 03 六月 2024 15:27:16 +0800
Subject: [PATCH] update demo

---
 runtime/python/libtorch/funasr_torch/paraformer_bin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/runtime/python/libtorch/funasr_torch/paraformer_bin.py b/runtime/python/libtorch/funasr_torch/paraformer_bin.py
index e9642c7..b0cd871 100644
--- a/runtime/python/libtorch/funasr_torch/paraformer_bin.py
+++ b/runtime/python/libtorch/funasr_torch/paraformer_bin.py
@@ -50,7 +50,7 @@
         if quantize:
             model_file = os.path.join(model_dir, "model_quant.torchscripts")
         if not os.path.exists(model_file):
-            print(".onnx is not exist, begin to export onnx")
+            print(".torchscripts does not exist, begin to export torchscripts")
             try:
                 from funasr import AutoModel
             except:

--
Gitblit v1.9.1