-
Notifications
You must be signed in to change notification settings - Fork 530
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
用qwen模型的报错,也不知道是不是和模型有关。docker部署源码部署都如此 #166
Comments
griffe版本需要降级,在backend.dockerfile里加一句:RUN pip install --no-cache-dir -U griffe==0.48.0 |
谢谢,griffe解决了,不过打开前端输入问题后,后端日志没变化 INFO: Started server process [1] |
感谢反馈问题,请排查一下是不是跨域的问题: 方便的话, 请附上浏览器中的调控台的报错信息给我们排查。 |
[TM][WARNING] [LlamaTritonModel] /usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses During handling of the above exception, another exception occurred: Traceback (most recent call last): |
python3 -m mindsearch.app --lang cn --model_format qwen --search_engine BingSearch时 |
python3 -m mindsearch.terminal |
我是docker启动的,然后因为用外部模型,我把部署gpu的部分删除了,是不是因此就没有反应了呢? |
@xs818818 使用 Qwen 模型的方法我也没有跑通,应该是 mindsearch/agent 这模块下的逻辑问题,包括采用 SiliconFlow 的 API 的情况下,我也只能跑通使用 internlm/internlm2_5-7b-chat 这个模型的情况。 |
==========
== CUDA ==
CUDA Version 12.4.1
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available.
Use the NVIDIA Container Toolkit to start this container with GPU support; see
https://docs.nvidia.com/datacenter/cloud-native/ .
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/root/mindsearch/app.py", line 11, in
from lagent.schema import AgentStatusCode
File "/opt/py3/lib/python3.10/site-packages/lagent/init.py", line 2, in
from .actions import * # noqa: F401, F403
File "/opt/py3/lib/python3.10/site-packages/lagent/actions/init.py", line 3, in
from .action_executor import ActionExecutor
File "/opt/py3/lib/python3.10/site-packages/lagent/actions/action_executor.py", line 4, in
from .base_action import BaseAction
File "/opt/py3/lib/python3.10/site-packages/lagent/actions/base_action.py", line 16, in
from griffe.enumerations import DocstringSectionKind
ModuleNotFoundError: No module named 'griffe.enumerations'
The text was updated successfully, but these errors were encountered: