sinopec

Results 30 comments of sinopec

I alse tried the simplest train exapmles(hello-train) in https://github.com/replicate/cog-examples.git And I got the same exception and Traceback

Can someone help me with this issue, or could you tell me how to correctly call the training function locally?

> To set up a proxy for marketplace access while using Docker in offline host mode, you can configure the `SANDBOX_HTTP_PROXY` and `SANDBOX_HTTPS_PROXY` environment variables in your Docker environment. Set...

> Yes, your understanding is correct. In Dify 1.0.0, requests are routed through the `ssrf_proxy`, which uses a Squid proxy to forward requests to the sandbox service. The Squid proxy...

> The number braced by `##` and `$$` is the index of chunks in `response["reference"]["chunks"]`. Positions are composed of page number, coordinates and size. How does the front-end page insert...

It seems happed when several different thread write logger frequently while the output is yiled with big size. Maybe we should still use LockedConnection instead of AsyncConnection while it is...

seems webhook service slow alse will cause simillar issue,. the result is I cant requst a new prediction and cant canle the exist one. I check the cog python code...

遇到同样的问题 版本 registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.4.7

> 遇到同样的问题 版本 registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.4.7 偶发找不到规律,使用的是offline模式,使用文件的方式上传的音频文件,模型下面的启动方式: cd FunASR/runtime nohup bash run_server.sh \ --model-thread-num 8 \ --download-model-dir /workspace/models \ --vad-dir /workspace/models/damo/speech_fsmn_vad_zh-cn-16k-common-onnx \ --model-dir /workspace/models/iic/speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch \ --punc-dir /workspace/models/damo/punc_ct-transformer_cn-en-common-vocab471067-large-onnx \ --lm-dir /workspace/models/damo/speech_ngram_lm_zh-cn-ai-wesp-fst \ --itn-dir...

it happens when use async with concurrency > 1. when crash happens the first task will not work,and the cog server cant work again.