graphnet-team / graphnet

A Deep learning library for neutrino telescopes
https://graphnet-team.github.io/graphnet/
Apache License 2.0
85 stars 85 forks source link

Fixed cu121 at torch_cu121.txt #710

Closed timinar closed 1 month ago

timinar commented 2 months ago

Update PyTorch requirement to use CUDA 12.1

The previous requirements file specified PyTorch 2.2.0 with CUDA 11.8 (cu118). However, based on the available packages from the PyTorch stable and PyTorch Geometric (PyG) URLs, PyTorch 2.2.0 is only available with CUDA 12.1 (cu121) for GPU installation.

This commit updates the requirements to use the correct CUDA version: