DeepSeek-Coder
DeepSeek-Coder copied to clipboard
The installed version of bitsandbytes was compiled without GPU support
在新的环境里面安装所有所需的包后,运行报错,报错信息如下: bin D:\miniconda3\envs\DeepSeek\lib\site-packages\bitsandbytes\libbitsandbytes_cpu.so D:\miniconda3\envs\DeepSeek\lib\site-packages\bitsandbytes\cextension.py:34: UserWarning: The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. warn("The installed version of bitsandbytes was compiled without GPU support. "
请问如何解决?
这个好像是因为你没有GPU。
您好,我也碰到了一样的问题,请问后来解决了吗?