Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
spaces
|
| 2 |
-
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
-
torch
|
| 4 |
git+https://github.com/huggingface/accelerate.git
|
| 5 |
#bitsandbytes
|
| 6 |
safetensors
|
|
@@ -9,11 +9,11 @@ git+https://github.com/huggingface/transformers.git
|
|
| 9 |
#git+https://github.com/facebookresearch/xformers.git
|
| 10 |
hf-transfer
|
| 11 |
huggingface_hub[hf_transfer]
|
| 12 |
-
sentencepiece
|
| 13 |
paramiko
|
| 14 |
gradio
|
| 15 |
numpy
|
| 16 |
-
opencv-python
|
| 17 |
git+https://github.com/asomoza/image_gen_aux.git
|
| 18 |
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
| 19 |
cyper
|
|
|
|
| 1 |
spaces
|
| 2 |
+
# --extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
+
# torch
|
| 4 |
git+https://github.com/huggingface/accelerate.git
|
| 5 |
#bitsandbytes
|
| 6 |
safetensors
|
|
|
|
| 9 |
#git+https://github.com/facebookresearch/xformers.git
|
| 10 |
hf-transfer
|
| 11 |
huggingface_hub[hf_transfer]
|
| 12 |
+
# sentencepiece
|
| 13 |
paramiko
|
| 14 |
gradio
|
| 15 |
numpy
|
| 16 |
+
# opencv-python
|
| 17 |
git+https://github.com/asomoza/image_gen_aux.git
|
| 18 |
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
| 19 |
cyper
|