ford442 commited on
Commit
2b0753f
·
verified ·
1 Parent(s): 9354849

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,18 +1,18 @@
1
- uvicorn==0.34.0
2
 
3
  #bitsandbytes
4
 
5
- accelerate==1.2.1
6
 
7
- #torchvision
8
 
9
- #torchaudio
10
 
11
  #pipeline
12
 
13
- transformers==4.48.0
14
 
15
- safetensors==0.5.2
16
 
17
  paramiko
18
 
@@ -27,24 +27,24 @@ huggingface_hub[hf_transfer]
27
 
28
  ftfy
29
 
30
- #opencv-python
31
 
32
  Pillow
33
 
34
  #git+https://github.com/facebookresearch/xformers.git
35
  xformers
36
 
37
- numpy==2.2.1
38
 
39
- torchsde==0.2.6
40
 
41
- #torch==2.4.0
42
 
43
- #triton
44
 
45
  #git+https://github.com/ford442/diffusers.git@upcast_64
46
 
47
- diffusers==0.32.1
48
 
49
  #hidet
50
 
 
1
+ uvicorn
2
 
3
  #bitsandbytes
4
 
5
+ accelerate
6
 
7
+ torchvision
8
 
9
+ torchaudio
10
 
11
  #pipeline
12
 
13
+ transformers
14
 
15
+ safetensors
16
 
17
  paramiko
18
 
 
27
 
28
  ftfy
29
 
30
+ opencv-python
31
 
32
  Pillow
33
 
34
  #git+https://github.com/facebookresearch/xformers.git
35
  xformers
36
 
37
+ numpy
38
 
39
+ torchsde
40
 
41
+ torch
42
 
43
+ triton
44
 
45
  #git+https://github.com/ford442/diffusers.git@upcast_64
46
 
47
+ diffusers
48
 
49
  #hidet
50