Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
-
transformers
|
| 5 |
einops
|
| 6 |
onnxruntime-gpu
|
| 7 |
spaces
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
torch>=2.0.1
|
| 3 |
+
torchvision>=0.15.2
|
| 4 |
+
transformers>=4.43.3
|
| 5 |
einops
|
| 6 |
onnxruntime-gpu
|
| 7 |
spaces
|