Installation — PyTorch Geometric Temporal documentation
pytorch-geometric-temporal.readthedocs.io › enTo install the binaries for PyTorch 1.7.0, simply run. $ pip install torch-scatter==latest+$ {CUDA} -f https://pytorch-geometric.com/whl/torch-1.7.0.html $ pip install torch-sparse==latest+$ {CUDA} -f https://pytorch-geometric.com/whl/torch-1.7.0.html $ pip install torch-cluster==latest+$ {CUDA} -f https://pytorch-geometric.com/whl/torch-1.7.0.html $ pip install torch-spline-conv==latest+$ {CUDA} -f https://pytorch-geometric.com/whl/torch-1.7.0.html $ pip install torch-geometric $ pip ...
torch-geometric · PyPI
pypi.org › project › torch-geometricOct 26, 2021 · To install the binaries for PyTorch 1.10.0, simply run. pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+${CUDA}.html pip install torch-sparse -f https://data.pyg.org/whl/torch-1.10.0+${CUDA}.html pip install torch-geometric where ${CUDA} should be replaced by either cpu, cu102, or cu113 depending on your PyTorch installation (torch.version.cuda).