Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
|
| 3 |
+
torch
|
| 4 |
+
transformers
|
| 5 |
+
accelerate
|
| 6 |
+
safetensors
|
| 7 |
+
gradio
|
| 8 |
+
huggingface_hub
|
| 9 |
+
gguf
|
| 10 |
+
sentencepiece
|
| 11 |
+
protobuf
|
| 12 |
+
git+https://github.com/huggingface/diffusers
|