FQiao commited on
Commit
6b74052
·
verified ·
1 Parent(s): f304832

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
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,7 +9,6 @@ omegaconf
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
15
- fastapi==0.112.2
 
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
7
  opencv-python
 
9
  einops
10
  roma
11
  jaxtyping
12
+ numpy<2 # Downgrade NumPy to avoid compatibility issues
13
+ fastapi==0.112.2
14
+ gradio==4.44.1