Facico / Chinese-Vicuna

Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca
https://github.com/Facico/Chinese-Vicuna
Apache License 2.0
4.14k stars 425 forks source link

可以更新一下requirements吗? #257

Open estuday opened 8 months ago

estuday commented 8 months ago

您好,项目中很多代码在提供的环境中跑不起来了,可以更新一下requirements吗?

Facico commented 8 months ago

@estuday 可能因为安装python时其他默认的环境会升级,导致pydantic、datasets之类的包版本不对。刚刚更新了一下,peft、bitsandbyte这些库之前的bug官方都修好了,基本上都可以用最新的版本。