版本选择:
- python版本3.11.8
- torch版本2.1.2
1.创建环境
conda create -n t212p311 python==3.11.8
2.下载torch
pytorch-wheels-cu121安装包下载_开源镜像站-阿里云
3. 安装torch
进入虚拟环境
activate t212p311
进入torch安装包所在目录,安装torch
pip install ./"torch-2.1.2+cu121-cp311-cp311-win_amd64.whl"
4.检查torch是否成功配置
conda list