Closed yhyu13 closed 1 year ago
能复现的话请说一声,不能的话,能麻烦贴一下conda或pip环境吗 谢谢
您好,可以完整贴一下您现在的notebook代码吗,如果是要用modelscope-gpt dashscope api模型的话,需要您申请相关的dashscope key才可以访问,如果您本地有GPU环境,可以参考我们的 demo_qwen_agent.ipynb 。具体的教程可以参考这个文章: demo_qwen_agent:https://github.com/modelscope/modelscope-agent/blob/master/demo/demo_qwen_agent.ipynb 教程文章:https://mp.weixin.qq.com/s/L3GiV2QHeybhVZSg_g_JRw
dashcope modelscope api key我都有了。https://github.com/modelscope/modelscope-agent/blob/master/demo/demo_modelscopegpt_agent.ipynb 用的就是这个,没改过。
我试试看另外一个notebook吧
收到,我们正在排查问题,修复后会第一时间答复
您好,这个问题已经修复了,请拉取最新的代码,另外dashscope api申请需要选择千问7B,具体过程如下:
您好,可以完整贴一下您现在的notebook代码吗,如果是要用modelscope-gpt dashscope api模型的话,需要您申请相关的dashscope key才可以访问,如果您本地有GPU环境,可以参考我们的 demo_qwen_agent.ipynb 。具体的教程可以参考这个文章: demo_qwen_agent:https://github.com/modelscope/modelscope-agent/blob/master/demo/demo_qwen_agent.ipynb 教程文章:https://mp.weixin.qq.com/s/L3GiV2QHeybhVZSg_g_JRw
demo_qwen_agent.ipynb 这个notebook中最后文本转声音,需要一个kantts的module,但是好像找不到。
[{'error': "Action call error: modelscope_speech-generation: {'input': '小狗寻找主人,奔跑在熟悉而又陌生的街道上,经过了许多陌生的面孔和场景,最终在街角的转角处找到了主人的熟悉的身影,狂喜地奔向他的怀抱。', 'gender': 'woman'}. \n Error message: Failed to import modelscope.models.audio.tts.sambert_hifi because of the following error (look up to see its traceback):\nNo module named 'kantts'"}]
另外,我发现运行这个notebook时,还需要以下的py package
matplotlib
tiktoken
agent会自动根据任务描述调用各个领域的modelscope模型,如果你是在本地环境运行,建议使用modelscope镜像,里面覆盖了modelscope所有模型的依赖, 或者请自行安装modelscope各领域的依赖
详细可以参考文档: https://modelscope.cn/docs/%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85
按照b站官方推荐视频https://www.bilibili.com/video/BV1cu4y1k7Pg/,
运行demo报错了,好像是dashscope py package中的代码?请问能复现吗
另外运行demo的时候提示安装faiss-gpu或-cpu,这个requirement里面也没有。
这是我本地的conda env