Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
❓ Questions and Help
Before asking:
- search the issues.
- search the docs.
What is your question?
python dome1.py
What have you tried?
What's your environment?
- OS (e.g., Linux): Ubuntu 24.04.1 LTS
- FunASR Version (e.g., 1.0.0): 1.1.14
- ModelScope Version (e.g., 1.11.0): 刚下载的最新版
- PyTorch Version (e.g., 2.0.0):
- How you installed funasr (
pip, source):
- Python version: 3.12
- GPU (e.g., V100M32)
- CUDA/cuDNN version (e.g., cuda11.7):
- Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1)
- Any other relevant information:
Key Conformer already exists in model_classes, re-register
:65: SyntaxWarning: invalid escape sequence '['
:124: SyntaxWarning: invalid escape sequence '['
:135: SyntaxWarning: invalid escape sequence '['
:256: SyntaxWarning: invalid escape sequence '['
:277: SyntaxWarning: invalid escape sequence '['
:300: SyntaxWarning: invalid escape sequence '['
Key Linear already exists in adaptor_classes, re-register
Key TransformerDecoder already exists in decoder_classes, re-register
Key LightweightConvolutionTransformerDecoder already exists in decoder_classes, re-register
Key LightweightConvolution2DTransformerDecoder already exists in decoder_classes, re-register
Key DynamicConvolutionTransformerDecoder already exists in decoder_classes, re-register
Key DynamicConvolution2DTransformerDecoder already exists in decoder_classes, re-register
funasr version: 1.1.14.
Downloading Model to directory: /home/wzh/.cache/modelscope/hub/iic/SenseVoiceSmall
2024-11-14 09:49:41,754 - modelscope - WARNING - Using branch: master as version is unstable, use with caution
Key SenseVoiceEncoderSmall already exists in encoder_classes, re-register
Key SenseVoiceSmall already exists in model_classes, re-register
错误提示
Execute the command pip install -U funasr to upgrade funasr.
Execute the command pip install -U funasr to upgrade funasr.
执行完更新后, 再运行还是报这个错误
for win, torch==2.3.1
我的系统是Ubuntu 24.04.1 LTS 不是windows的