Browse Source

[Quantization] update README.md: pip install torch-quant

wanchen.swc 3 years ago
parent
commit
fd0c0acd50
1 changed files with 2 additions and 0 deletions
  1. 2 0
      funasr/export/README.md

+ 2 - 0
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