Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# --prefer-binary
|
| 2 |
+
spaces
|
| 3 |
+
gradio[oauth]
|
| 4 |
+
#--pre
|
| 5 |
+
#--extra-index-url https://download.pytorch.org/whl/cu124
|
| 6 |
+
numpy
|
| 7 |
+
#opencv-python
|
| 8 |
+
#torch
|
| 9 |
+
#torchvision
|
| 10 |
+
tokenizers
|
| 11 |
+
pipeline
|
| 12 |
+
safetensors
|
| 13 |
+
hf-transfer
|
| 14 |
+
huggingface_hub[hf_transfer]
|
| 15 |
+
sentencepiece
|
| 16 |
+
paramiko
|
| 17 |
+
|
| 18 |
+
git+https://github.com/asomoza/image_gen_aux.git
|
| 19 |
+
git+https://github.com/ford442/cyper.git
|
| 20 |
+
|
| 21 |
+
peft
|
| 22 |
+
|
| 23 |
+
git+https://github.com/huggingface/accelerate.git
|
| 24 |
+
git+https://github.com/huggingface/transformers.git
|
| 25 |
+
git+https://github.com/ford442/diffusers.git
|
| 26 |
+
|
| 27 |
+
#bitsandbytes
|
| 28 |
+
#git+https://github.com/huggingface/optimum.git
|
| 29 |
+
#git+https://github.com/facebookresearch/xformers.git
|