今天在使用peft库的时候出现了下面的错误,估计是peft刚出来还不太稳定的原因:
ImportError: cannot import name 'is_npu_available' from 'accelerate.utils'
解决方法
pip uninstall peft
pip install peft@git+https://github.com/huggingface/peft.git
卸载后重新安装就可以了。
今天在使用peft库的时候出现了下面的错误,估计是peft刚出来还不太稳定的原因:
ImportError: cannot import name 'is_npu_available' from 'accelerate.utils'
pip uninstall peft
pip install peft@git+https://github.com/huggingface/peft.git
卸载后重新安装就可以了。
上一篇:[Spacy]No matching distribution found for spacy-pkuseg<0.1.0,>=0.0.27
下一篇:[DeepSpeed]RuntimeError: output tensor must have the same type as input tensor
Django测试开发-16-I
今天在运行多标签库的时候出现了下面的问题:ImportError: cannot i
ImportError: cannot import name 'preproce
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M