-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Bug] [StartUp] Cannot run proxy mode(siliconflow) on a computer with No NVIDIA graphics AND CUDA toolkit #2429
Comments
Hi, @su1234121 , thanks for your feedback. |
I have tried this two method. thanks for you suggestion, I just want to use siliconflow to have a quick experiment at the moment. |
Using only siliconflow OK, I just tested it on a new mac m1 computer. Using only the following command works, so I'm not sure why you get an error. uv sync --all-packages \
--extra "base" \
--extra "proxy_openai" \
--extra "rag" \
--extra "storage_chromadb" \
--extra "dbgpts" |
I delete the file and re git clone and run it with: uv sync --all-packages --extra "base" --extra "proxy_openai" --extra "rag" --extra "storage_chromadb" --extra "dbgpts"
|
Search before asking
Operating system information
Linux
Python version information
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
Device CPU
Models information
Qwen/Qwen2.5-Coder-32B-Instruct
BAAI/bge-large-zh-v1.5
BAAI/bge-reranker-v2-m3
What happened
Starting from version 243e981, there is an error message when starting up. Please refer to #2396 for the error issue, After the update to d5a2a0b, I was able to run the project normally and start it on a computer with NVIDIA graphics card and CUDA driver. The next day, due to debugging needs, I pulled the latest version (3bd75d8) on my laptop which is lack of CUDA driver and graphics card on it, which was 3bd75d8 at the time. I thought it was this update that caused the startup problem to recur but have no idea to resolve it. Even today, it has been updated to 93eb3a7. The laptop has also pulled the latest version, but it still starts with an error. I realized that it may be due to the lack of CUDA driver and graphics card on the machine itself. However, this proxy mode startup method should not use CUDA, so I pulled the latest version again on a machine with graphics card for testing. After checking if it can start, I found that it is possible, so I discovered this issue: it will not start on machines without NVIDIA graphics cards and CUDA ToolKit.
By the way, the errors in related #2404 may be caused by the same reason。
What you expected to happen
Based on my understanding of the project introduction video, it should be possible to start in full proxy mode on machines without CUDA or NVIDIA graphics cards
How to reproduce
just find a laptop with no NVIDIA AND CUDA
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: