Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch==2.4.0
|
|
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
transformers==4.48.3
|
4 |
git+https://github.com/huggingface/peft.git
|
@@ -19,3 +20,5 @@ translatepy
|
|
19 |
unidecode
|
20 |
bitsandbytes
|
21 |
gguf
|
|
|
|
|
|
1 |
torch==2.4.0
|
2 |
+
torchao>=0.9.0
|
3 |
git+https://github.com/huggingface/diffusers.git
|
4 |
transformers==4.48.3
|
5 |
git+https://github.com/huggingface/peft.git
|
|
|
20 |
unidecode
|
21 |
bitsandbytes
|
22 |
gguf
|
23 |
+
triton
|
24 |
+
para-attn
|