Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
|
@@ -1,17 +1,12 @@
|
|
| 1 |
torch==2.1.0
|
| 2 |
torchvision==0.16.0
|
| 3 |
torchaudio==2.1.0
|
| 4 |
-
transformers=
|
|
|
|
| 5 |
datasets
|
| 6 |
scipy
|
| 7 |
-
numpy
|
| 8 |
pandas
|
| 9 |
scikit-learn
|
| 10 |
huggingface_hub
|
| 11 |
tokenizers
|
| 12 |
-
numpy<2
|
| 13 |
-
|
| 14 |
-
diffusers
|
| 15 |
-
|
| 16 |
-
accelerate
|
| 17 |
-
|
|
|
|
| 1 |
torch==2.1.0
|
| 2 |
torchvision==0.16.0
|
| 3 |
torchaudio==2.1.0
|
| 4 |
+
transformers>=4.37.0 # 🔹 Upgrade to fix missing SiglipImageProcessor
|
| 5 |
+
diffusers>=0.25.0 # 🔹 Ensure compatibility
|
| 6 |
datasets
|
| 7 |
scipy
|
| 8 |
+
numpy<2 # 🔹 Prevent NumPy 2.x issues
|
| 9 |
pandas
|
| 10 |
scikit-learn
|
| 11 |
huggingface_hub
|
| 12 |
tokenizers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|