Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ uvicorn
|
|
2 |
|
3 |
bitsandbytes
|
4 |
|
5 |
-
accelerate
|
6 |
|
7 |
torch
|
8 |
|
@@ -12,7 +12,7 @@ torchaudio
|
|
12 |
|
13 |
pipeline
|
14 |
|
15 |
-
transformers
|
16 |
|
17 |
safetensors
|
18 |
|
@@ -24,8 +24,8 @@ huggingface_hub[hf_transfer]
|
|
24 |
|
25 |
#git+https://github.com/ford442/diffusers.git@upcast_4
|
26 |
#git+https://github.com/huggingface/diffusers.git
|
27 |
-
|
28 |
-
|
29 |
|
30 |
ftfy
|
31 |
|
@@ -43,7 +43,7 @@ torchsde
|
|
43 |
peft
|
44 |
|
45 |
triton
|
46 |
-
diffusers
|
47 |
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
48 |
|
49 |
-
#hidet
|
|
|
2 |
|
3 |
bitsandbytes
|
4 |
|
5 |
+
#accelerate
|
6 |
|
7 |
torch
|
8 |
|
|
|
12 |
|
13 |
pipeline
|
14 |
|
15 |
+
#transformers
|
16 |
|
17 |
safetensors
|
18 |
|
|
|
24 |
|
25 |
#git+https://github.com/ford442/diffusers.git@upcast_4
|
26 |
#git+https://github.com/huggingface/diffusers.git
|
27 |
+
git+https://github.com/huggingface/transformers.git
|
28 |
+
git+https://github.com/huggingface/accelerate.git
|
29 |
|
30 |
ftfy
|
31 |
|
|
|
43 |
peft
|
44 |
|
45 |
triton
|
46 |
+
#diffusers
|
47 |
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
48 |
|
49 |
+
#hidet
|