Skip to content
Snippets Groups Projects
requirements_torch_new.txt 443 B
Newer Older
--find-links https://download.pytorch.org/whl/torch_stable.html
--find-links https://data.pyg.org/whl/torch-2.0.1+cu117.html
future==0.18.1
pytorch-lightning==1.3.8    # Used widely
setuptools==59.5.0
timm  # Used in model_raster

torch==2.0.1+cu117;      platform_system == "Linux"
torch==1.9.0;            platform_system == "Darwin"
torch_scatter==2.0.9; platform_system == "Linux"
torchmetrics==0.7.2
torchvision==0.15.2+cu117