Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
diffusers==0.31.0 # Pin a compatible version of diffusers
|
4 |
-
accelerate
|
5 |
transformers
|
6 |
scipy
|
7 |
opencv-python
|
@@ -9,6 +9,6 @@ omegaconf
|
|
9 |
einops
|
10 |
roma
|
11 |
jaxtyping
|
12 |
-
numpy
|
13 |
gradio==4.44.1
|
14 |
gradio-client==1.3.0
|
|
|
1 |
+
torch==2.5.1+cu118 # Upgrade to a version that supports `float8_e4m3fn`
|
2 |
+
torchvision==0.19.1 # Upgrade to match the PyTorch version
|
3 |
diffusers==0.31.0 # Pin a compatible version of diffusers
|
4 |
+
accelerate==1.2.1
|
5 |
transformers
|
6 |
scipy
|
7 |
opencv-python
|
|
|
9 |
einops
|
10 |
roma
|
11 |
jaxtyping
|
12 |
+
numpy==1.26.4 # Downgrade NumPy to avoid compatibility issues
|
13 |
gradio==4.44.1
|
14 |
gradio-client==1.3.0
|