From 7e5f987c5dffdb628a5cd904ef420e593f5ceb22 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期四, 30 五月 2024 19:17:53 +0800 Subject: [PATCH] Merge branch 'main' of github.com:alibaba-damo-academy/FunASR merge --- README.md | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c27ff7c..c9eae96 100644 --- a/README.md +++ b/README.md @@ -60,18 +60,26 @@ <a name="Installation"></a> ## Installation +- Requirements +```text +python>=3.8 +torch>=1.13 +torchaudio +``` + +- Install for pypi ```shell pip3 install -U funasr ``` -Or install from source code +- Or install from source code ``` sh git clone https://github.com/alibaba/FunASR.git && cd FunASR pip3 install -e ./ ``` -Install modelscope for the pretrained models (Optional) +- Install modelscope or huggingface_hub for the pretrained models (Optional) ```shell -pip3 install -U modelscope +pip3 install -U modelscope huggingface_hub ``` ## Model Zoo -- Gitblit v1.9.1