我在windows 11下的python 3.11版本中使用pip install 安装了所有的依赖后启动报了下面的错:
(I installed all the dependencies using pip install in python 3.11 on windows 11 and the following error is reported on startup.)
ImportError: Using bitsandbytes 8-bit quantization requires Accelerate: pip install accelerate and the latest version of bitsandbytes: pip install -i https://pypi.org/simple/ bitsandbytes
我在windows 11下的python 3.11版本中使用pip install 安装了所有的依赖后启动报了下面的错:
(I installed all the dependencies using pip install in python 3.11 on windows 11 and the following error is reported on startup.)
ImportError: Using
bitsandbytes8-bit quantization requires Accelerate:pip install accelerateand the latest version of bitsandbytes:pip install -i https://pypi.org/simple/ bitsandbytes