You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(rag) a@a-Super-Server:/media/a/DATA/LangChain-ChatGLM-Webui-master$ python3 app.py
Traceback (most recent call last):
File "/media/a/DATA/LangChain-ChatGLM-Webui-master/app.py", line 16, in
from chatllm import ChatLLM
File "/media/a/DATA/LangChain-ChatGLM-Webui-master/chatllm.py", line 5, in
from fastchat.conversation import (compute_skip_echo_len,
ImportError: cannot import name 'compute_skip_echo_len' from 'fastchat.conversation' (/home/a/miniconda3/envs/rag/lib/python3.9/site-packages/fastchat/conversation.py)
刚刚查看了fastchat,已经没这个库了怎么办
The text was updated successfully, but these errors were encountered:
(rag) a@a-Super-Server:/media/a/DATA/LangChain-ChatGLM-Webui-master$ python3 app.py
Traceback (most recent call last):
File "/media/a/DATA/LangChain-ChatGLM-Webui-master/app.py", line 16, in
from chatllm import ChatLLM
File "/media/a/DATA/LangChain-ChatGLM-Webui-master/chatllm.py", line 5, in
from fastchat.conversation import (compute_skip_echo_len,
ImportError: cannot import name 'compute_skip_echo_len' from 'fastchat.conversation' (/home/a/miniconda3/envs/rag/lib/python3.9/site-packages/fastchat/conversation.py)
刚刚查看了fastchat,已经没这个库了怎么办
The text was updated successfully, but these errors were encountered: