利用pycharm搭建本地环境,训练deepseek大模型时,在python脚本中import torch,torch.__version__输出结果为none,torch.cuda.is_available()输出结果为False,导致出错:
The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable. CUDA is required but not available for bitsandbytes. Please consider installing the multi-platform enabled version of bitsandbytes, which is currently a work in progress. Please check currently supported platforms and installation...
请教大神,这个问题该怎么解决。