Spaces:
Runtime error
Runtime error
Update requirements.txt
#1
by akeyvan91 - opened
- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
transformers=
|
| 2 |
torch==2.0.1
|
| 3 |
torchvision==0.15.2
|
| 4 |
torchaudio==2.0.2
|
|
@@ -7,9 +7,10 @@ scipy==1.10.1
|
|
| 7 |
scikit-image==0.21.0
|
| 8 |
opencv-python==4.7.0.72
|
| 9 |
pillow==9.4.0
|
| 10 |
-
diffusers==0.
|
|
|
|
| 11 |
transformers==4.36.2
|
| 12 |
-
accelerate=
|
| 13 |
matplotlib==3.7.4
|
| 14 |
tqdm==4.64.1
|
| 15 |
config==0.5.1
|
|
|
|
| 1 |
+
transformers>=4.38.0
|
| 2 |
torch==2.0.1
|
| 3 |
torchvision==0.15.2
|
| 4 |
torchaudio==2.0.2
|
|
|
|
| 7 |
scikit-image==0.21.0
|
| 8 |
opencv-python==4.7.0.72
|
| 9 |
pillow==9.4.0
|
| 10 |
+
diffusers==0.27.2
|
| 11 |
+
huggingface_hub==0.21.4
|
| 12 |
transformers==4.36.2
|
| 13 |
+
accelerate>=0.27.0
|
| 14 |
matplotlib==3.7.4
|
| 15 |
tqdm==4.64.1
|
| 16 |
config==0.5.1
|