lolout1 commited on
Commit
a40c207
·
1 Parent(s): d1cf147

requirements.txt changes

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -1,5 +1,10 @@
1
- torch>=1.9.0
2
- torchvision>=0.10.0
 
 
 
 
 
3
  numpy>=1.23.0
4
  Pillow>=8.3.2
5
  opencv-python
 
1
+
2
+
3
+ --extra-index-url https://download.pytorch.org/whl/cpu
4
+
5
+ torch==2.0.1+cpu
6
+ torchvision==0.15.2+cpu
7
+ torchaudio==2.0.2+cpu
8
  numpy>=1.23.0
9
  Pillow>=8.3.2
10
  opencv-python