Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
diffusers
|
2 |
-
torch
|
3 |
gradio==3.35.2
|
4 |
-
torchao
|
5 |
transformers
|
6 |
sentencepiece
|
7 |
git+https://github.com/huggingface/accelerate
|
8 |
optimum-quanto
|
9 |
-
peft
|
|
|
1 |
diffusers
|
2 |
+
torch==nightly
|
3 |
gradio==3.35.2
|
4 |
+
torchao @ git+https://github.com/pytorch/ao@cfabc13e72fd03934e62a2a03903bc1678235bed
|
5 |
transformers
|
6 |
sentencepiece
|
7 |
git+https://github.com/huggingface/accelerate
|
8 |
optimum-quanto
|
9 |
+
peft
|