当前位置:   article > 正文

[踩坑记] Linux环境下bitsandbytes安装是后报错解决_linux安装bitsandbytes

linux安装bitsandbytes

情境

在测试LLM Webui demo的时候,安装依赖pip install bitsandbytes==0.40.0 后,python -m module name 时报错:CUDA Setup failed despite GPU being available. Please run the following command to get more information。

解决方法

从git hub 官方repo 下载
参考

需要手动安装:

使用下面步骤手动安装:

pip uninstall bitsandbytes --yes # if you already installed it with pip

git clone https://github.com/TimDettmers/bitsandbytes #网络不好请手动下载

cd bitsandbytes

CUDA_VERSION=114 make cuda11x GPP=$(which g++) -j 2 #这里换成你的cuda版本,nvidia-smi查看

pip install .

python check_bnb_install.py

python -c ‘import bitsandbytes’

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/688527
推荐阅读
相关标签
  

闽ICP备14008679号