RoninBang
Results
2
issues of
RoninBang
我在basic_demo中使用如下指令搭建一个web端 python web_demo.py --from_pretrained ../cogagent-chat-hf --version chat --bf16 cogagent-chat-hf 目录是我在huggingface上下载的模型 但是他报了这个错误: (visual-llm) root@ubuntu:~/visual-LLM/CogVLM/basic_demo# python web_demo.py --from_pretrained ../cogagent-chat-hf --version chat --bf16 [2024-12-12 11:42:00,560] [INFO] [real_accelerator.py:219:get_accelerator] Setting ds_accelerator to cuda (auto detect)...
我成功搭建demo后,使用平板访问网页端,发现网页端生成的语音无法实时播放,点击播放按钮后进度条没有反应,得下载下来才能播放,请问这是什么问题呢