Closed manishparanjape closed 10 months ago
Hi, @manishparanjape, thinks for your feedback, we will fix later. Now, you can try to downgrade the transformers version (less than 4.35.0).
pip uninstall transformers -y && pip install transformers==4.34.1
@fangyinc Thanks for the quick reply. Your suggestion worked, but now I am getting a different error. (Please see below). Is this related?
dbgpt model chat --model_name vicuna-13b-v1.5
Chatbot started with model vicuna-13b-v1.5. Type 'exit' to leave the chat.
You: hi
Bot: **LLMServer Generate Error, Please CheckErrorInfo.**: forward() got an unexpected keyword argument 'padding_mask'
@manishparanjape I already fixed in #1033
Discussed in https://github.com/orgs/eosphoros-ai/discussions/1026