-
Notifications
You must be signed in to change notification settings - Fork 372
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
DeepSeek-Janus-Pro-7B模型测试chat前端无响应 #375
Comments
老哥,可以咨询你一些事情吗?就是你说的更换大语言模型,是如何实现的啊,我就看见更换config配置文件,配置文件里如何设置还有apikey设置到哪里?希望可以回复一下,感谢感谢 |
您好,请给我发送邮件或者提供你的联系方式我可以把修改后代码的版本发送给你 |
@Yu-Zhouz 哥,我也需要一下。[email protected] |
请教如何实现,希望可以回复一下,感谢感谢 |
老哥老哥,[email protected],感谢感谢 |
|
我使用gguf/DeepSeek-Janus-Pro-7B作为模型后端的服务,
测试
`
import vision_agent.tools as T
import matplotlib.pyplot as plt
image = T.load_image("/home/VisionAgent/examples/chat/tmp4vcajy48.png")
dets = T.countgd_object_detection("person", image)
viz = T.overlay_bounding_boxes(image, dets)
T.save_image(viz, "people_detected.png")
plt.imshow(viz)
plt.show()
`
已经测试成功
输入输出图像分别为:
但是前端export/chat测试无响应结果
The text was updated successfully, but these errors were encountered: