Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
diffusers==0.31.0
|
5 |
accelerate
|
6 |
transformers
|
7 |
scipy
|
|
|
1 |
+
torch>=2.1.0 # Upgrade to a version that supports `float8_e4m3fn`
|
2 |
+
torchvision>=0.16.0 # Upgrade to match the PyTorch version
|
3 |
+
diffusers==0.31.0 # Pin a compatible version of diffusers
|
|
|
4 |
accelerate
|
5 |
transformers
|
6 |
scipy
|