Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -4,11 +4,11 @@ uvicorn
|
|
4 |
|
5 |
#accelerate
|
6 |
|
7 |
-
torch
|
8 |
|
9 |
-
torchvision
|
10 |
|
11 |
-
torchaudio
|
12 |
|
13 |
pipeline
|
14 |
|
@@ -26,7 +26,6 @@ huggingface_hub[hf_transfer]
|
|
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 |
-
#git+https://github.com/huggingface/optimus.git
|
30 |
|
31 |
ftfy
|
32 |
|
@@ -46,4 +45,5 @@ peft
|
|
46 |
triton
|
47 |
#diffusers
|
48 |
git+https://github.com/ford442/diffusers.git@pre_upcast_64
|
|
|
49 |
#hidet
|
|
|
4 |
|
5 |
#accelerate
|
6 |
|
7 |
+
#torch
|
8 |
|
9 |
+
#torchvision
|
10 |
|
11 |
+
#torchaudio
|
12 |
|
13 |
pipeline
|
14 |
|
|
|
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 |
|
|
|
45 |
triton
|
46 |
#diffusers
|
47 |
git+https://github.com/ford442/diffusers.git@pre_upcast_64
|
48 |
+
#torchruntime
|
49 |
#hidet
|