LittleFrog commited on
Commit
2fddeb1
·
verified ·
1 Parent(s): 3434b8c

Upgrade to pytorch 2.5

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu117
2
- torch == 2.0.1
3
- torchvision==0.15.2
 
4
  albumentations==0.4.3
5
  opencv-python-headless==4.9.0.80
6
  pudb==2019.2
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch==2.5.1
3
+ torchvision==0.20.1
4
+ torchaudio==2.5.1
5
  albumentations==0.4.3
6
  opencv-python-headless==4.9.0.80
7
  pudb==2019.2