FQiao commited on
Commit
e548812
·
verified ·
1 Parent(s): 3e23b38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- torch==2.5.1
2
- torchaudio==2.4.1
3
- torchvision==0.19.1
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