Closed simonqian closed 1 year ago
epelace the file in you ENV:
Path to refer : ~\miniconda3\envs{dbgpt_env}\lib\site-packages\fastchat\conversation.py
epelace the file in you ENV:
Path to refer : ~\miniconda3\envs{dbgpt_env}\lib\site-packages\fastchat\conversation.py
我试了还是报一样的错
Same https://github.com/eosphoros-ai/DB-GPT/issues/769#issuecomment-1791966940, this issue has been fixed in https://github.com/eosphoros-ai/DB-GPT/pull/768, please pull latest code and try again.
Search before asking
Operating system information
Linux
Python version information
3.10
DB-GPT version
main
Related scenes
Installation Information
[X] Installation From Source
[ ] Docker Installation
[ ] Docker Compose Installation
[ ] Cluster Installation
[ ] AutoDL Image
[ ] Other
Device information
GPU: NVIDIA GeForce RTX 3090 24g
Models information
LLM: vicuna-7b-v1.5 EMBEDDING: bge-base-zh-v1.5
What happened
What you expected to happen
Run db-gpt server success
How to reproduce
conda create -n dbgpt_env python=3.10 conda activate dbgpt_env pip install -e ".[default]"
Additional context
.env 如下:
Are you willing to submit PR?