atesgoral commited on
Commit
5cfcbf2
1 Parent(s): 023f418

Lock torch and torchvision

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  gradio
2
  opencv-python
3
  diffusers[torch]
 
1
+ torch>=2.1.0,<=2.1.2
2
+ torchvision>=0.16.0,<0.17.0
3
  gradio
4
  opencv-python
5
  diffusers[torch]