FudanDISC / DISC-LawLLM

[中文法律大模型] DISC-LawLLM: an intelligent legal system powered by large language models (LLMs) to provide a wide range of legal services.
Apache License 2.0
549 stars 61 forks source link

You are using an old version of the checkpointing format that is deprecated, please help me fix error. Thanks ! #40

Open ngocminhk65 opened 9 months ago

ngocminhk65 commented 9 months ago

Hi, I'm trying to run client.py and I get the following error message: error Even though I tried to fix it by updating the transformer library, it still doesn't seem to work. Help me please ! Thank you.

yueshengbin commented 9 months ago

use transformers==4.29.1

ngocminhk65 commented 9 months ago

I used use transformers==4.29.1 as you said but when running cli_demo.py it seems the error is not resolved. image image