lnyan commited on
Commit
2f0048a
1 Parent(s): cb7f9c8

pytorch2.0

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu113
2
  imageio==2.19.5
3
  imageio-ffmpeg==0.4.7
4
  numpy==1.22.4
5
  opencv-python-headless==4.6.0.66
6
- torch==1.12.1+cu113
7
- torchvision==0.13.1+cu113
8
  Pillow
9
  scipy
10
  scikit-image
 
1
+ --extra-index-url https://download.pytorch.org/whl/nightly/cu117
2
  imageio==2.19.5
3
  imageio-ffmpeg==0.4.7
4
  numpy==1.22.4
5
  opencv-python-headless==4.6.0.66
6
+ torch[dynamo]>=0.0.dev0
7
+ torchvision
8
  Pillow
9
  scipy
10
  scikit-image