当前位置: 首页> 教育> 幼教 > 网店设计的重要性_长春通信网络_线上推广是做什么的_网页优化最为重要的内容是

网店设计的重要性_长春通信网络_线上推广是做什么的_网页优化最为重要的内容是

时间:2025/7/11 18:30:17来源:https://blog.csdn.net/xgw1010/article/details/147194822 浏览次数:0次
网店设计的重要性_长春通信网络_线上推广是做什么的_网页优化最为重要的内容是

安装显卡驱动

https://www.nvidia.cn/drivers/details/242443/

安装最新的驱动,不能用windows自动安装的驱动,版本太低了
在这里插入图片描述

安装CUDA

https://developer.nvidia.com/cuda-12-6-3-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_local

目前相关库支持的最新版本是12.6,不要装最新的。
在这里插入图片描述

安装cuDNN

https://developer.nvidia.com/cudnn-downloads?target_os=Windows&target_arch=x86_64&target_version=Agnostic&cuda_version=12

版本要和CUDA的对应

在这里插入图片描述

安装pytorch

https://pytorch.org/get-started/locally/
在这里插入图片描述
选择好后,运行最下面的命令

确认pythorch使用的是显卡:

在ipython中运行:

In [1]: import torchIn [2]: print(torch.__version__)
2.6.0+cu126

"cu126"说明使用的是显卡。

如果是“cpu"说明用的是cpu。

安装bitsandbytes

pip install --upgrade bitsandbytes[cuda126]

“126”是cuda一样的版本号。

查看安装是否成功:

python -m bitsandbytes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++ BUG REPORT INFORMATION ++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++ OTHER +++++++++++++++++++++++++++
CUDA specs: CUDASpecs(highest_compute_capability=(8, 6), cuda_version_string='126', cuda_version_tuple=(12, 6))
PyTorch settings found: CUDA_VERSION=126, Highest Compute Capability: (8, 6).
To manually override the PyTorch CUDA version please see: https://github.com/TimDettmers/bitsandbytes/blob/main/docs/source/nonpytorchcuda.mdx
The directory listed in your path is found to be non-existent: \XGW-AI
The directory listed in your path is found to be non-existent: C:\Users\xgw10\Documents\WindowsPowerShell\Modules
CUDA SETUP: WARNING! CUDA runtime files not found in any environmental path.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++ DEBUG INFO END ++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Checking that the library is importable and CUDA is callable...
SUCCESS!
Installation was successful!
关键字:网店设计的重要性_长春通信网络_线上推广是做什么的_网页优化最为重要的内容是

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: