Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -15,14 +15,14 @@ torchvision==0.20.1
|
|
15 |
torchaudio==2.5.1
|
16 |
xformers==0.0.29.post1
|
17 |
optimum[quanto]
|
18 |
-
|
19 |
-
|
20 |
bitsandbytes==0.45.0
|
21 |
sageattention==1.0.6
|
22 |
#git+https://github.com/huggingface/diffusers.git@464374fb87610c53b2cf81e08d3df628fada3ce4
|
23 |
git+https://github.com/huggingface/diffusers.git
|
24 |
-
git+https://github.com/huggingface/transformers.git
|
25 |
-
git+https://github.com/huggingface/accelerate.git
|
26 |
git+https://github.com/Howe2018/ParaAttention.git
|
27 |
torchao==0.7.0
|
28 |
imageio-ffmpeg==0.5.1
|
|
|
15 |
torchaudio==2.5.1
|
16 |
xformers==0.0.29.post1
|
17 |
optimum[quanto]
|
18 |
+
transformers==4.46.3
|
19 |
+
accelerate==1.1.1
|
20 |
bitsandbytes==0.45.0
|
21 |
sageattention==1.0.6
|
22 |
#git+https://github.com/huggingface/diffusers.git@464374fb87610c53b2cf81e08d3df628fada3ce4
|
23 |
git+https://github.com/huggingface/diffusers.git
|
24 |
+
#git+https://github.com/huggingface/transformers.git
|
25 |
+
#git+https://github.com/huggingface/accelerate.git
|
26 |
git+https://github.com/Howe2018/ParaAttention.git
|
27 |
torchao==0.7.0
|
28 |
imageio-ffmpeg==0.5.1
|