From fd0c0acd509204df760637e3886593c0413cb8a1 Mon Sep 17 00:00:00 2001
From: wanchen.swc <wanchen.swc@alibaba-inc.com>
Date: 星期五, 17 三月 2023 11:13:03 +0800
Subject: [PATCH] [Quantization] update README.md: pip install torch-quant
---
funasr/export/README.md | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/funasr/export/README.md b/funasr/export/README.md
index 33ab22e..7a5ed0e 100644
--- a/funasr/export/README.md
+++ b/funasr/export/README.md
@@ -2,6 +2,8 @@
## Environments
torch >= 1.11.0
modelscope >= 1.2.0
+ torch-quant >= 0.4.0 (required for exporting quantized torchscript format model)
+ # pip install torch-quant -i https://pypi.org/simple
## Install modelscope and funasr
--
Gitblit v1.9.1