maceygo

Results 3 issues of maceygo

我在 https://github.com/alibaba-damo-academy/FunASR/issues/908#issuecomment-1756610416 中看到回复说更新到 update modelscope-1.9.2后修复这个问题, 但是我在modelscope 1.9.4还是遇到了这个问题 asr = pipeline( task=Tasks.auto_speech_recognition, model="./speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404", param_dict['hotword'] = "https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/hotword.txt" device='cuda', ) 我已将模型下载到本地路径,但启动时还是需要网络重新下载一遍。 当~/.cache/modelscope/hub/damo/中有模型文件目录时,不会出现这种情况,但我在离线环境下无法将文件下载到cache目录

when I run ' python3 -m fastchat.serve.openai_api_server --host localhost --port 8000' then output error : Traceback (most recent call last): File "/work/miniconda3/envs/zq_vllm/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None,...

想实现自定义数字人更换背景,是需要给视频手动抠图换背景后重新训练数字人吗,还是有更合适的方式?