Author: haoransun
WeChat: SHR—97
https://pytorch-geometric.com/
https://pytorch.org/
https://zhuanlan.zhihu.com/p/602615941
cu111 11.1 以上 适合实验室3090的GTX算力:8.6
此处采用1.10.0+cu113更合适
1 | # CUDA 11.3 |
安装模板
1 | pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html |
实际安装,替换为适合自己的版本
pip install torch==1.10.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
1 | pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.10.0+cu113.html |
已知正确版本对比
进入后下载torch_scatter 、torch_sparse 、torch_cluster 、torch_spline_conv四个包:
python版本是3.8的选cp38,还要判断是win还是linux。
此处是cp37
右键点击,下载到本地
上传到所需服务器上,切换环境,进行安装
1 | pip install torch_cluster-1.5.9-cp37-cp37m-linux_x86_64.whl |