Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the memory go to high, out of memory #1709

Open
huangdadahai2015 opened this issue May 9, 2024 · 0 comments
Open

the memory go to high, out of memory #1709

huangdadahai2015 opened this issue May 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@huangdadahai2015
Copy link

Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)

🐛 Bug

when I test audio asr, the memory always to go up, no down.

To Reproduce

Steps to reproduce the behavior (always include the command you ran):

  1. Run cmd :
    sudo docker run -p 10020:10095 -itd --privileged=true
    -v $PWD/funasr-runtime-resources/models:/workspace/models
    registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.9

  2. run cmd:
    nohup bash run_server_2pass.sh
    --download-model-dir /workspace/models
    --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx
    --model-dir damo/speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404-onnx
    --online-model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online-onnx
    --punc-dir damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx
    --lm-dir damo/speech_ngram_lm_zh-cn-ai-wesp-fst
    --itn-dir thuduj12/fst_itn_zh
    --hotword /workspace/models/hotwords.txt
    --certfile 0 > log.txt 2>&1 &

  3. connect to server, send audio to the server.

  4. See error
    the memory always to go up, no down.

Environment

  • OS (e.g., Linux): Linux
  • Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1): funasr-runtime-sdk-online-cpu-0.1.9
  • Any other relevant information:
@huangdadahai2015 huangdadahai2015 added the bug Something isn't working label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant