liuyr0910
Results
1
comments of
liuyr0910
> > [@li784](https://github.com/li784) 我重新安装了这个版本的transforms,这个问题跳过了 暂时推荐使用transformers==4.45.0,可以稳定跑通微调和推理 > > 【重要】使用以下方式安装最新的llamafactory以及相应的库 > > `git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git` `cd LLaMA-Factory` `pip install -e ".[torch,metrics,deepspeed,minicpm_v]"` `pip3 install transformers==4.45.0` `pip3 install huggingface_hub==0.25.0` > > 更新完transformers...