Lock torch and torchvision
Browse files- 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]
|