From 85671756cce3ed91a79875348d0618fa127d9b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Thu, 2 Mar 2023 20:34:46 +0800 Subject: [PATCH] torchscripts --- funasr/runtime/python/libtorch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funasr/runtime/python/libtorch/README.md b/funasr/runtime/python/libtorch/README.md index b3d31110b..246b34f44 100644 --- a/funasr/runtime/python/libtorch/README.md +++ b/funasr/runtime/python/libtorch/README.md @@ -9,7 +9,7 @@ - Command: (`Tips`: torch >= 1.11.0 is required.) ```shell - python -m funasr.export.export_model [model_name] [export_dir] [true] + python -m funasr.export.export_model [model_name] [export_dir] false ``` `model_name`: the model is to export.