Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -6,7 +6,8 @@ accelerate
|
|
| 6 |
#bitsandbytes
|
| 7 |
safetensors
|
| 8 |
#tokenizers
|
| 9 |
-
|
|
|
|
| 10 |
#git+https://github.com/huggingface/optimum.git
|
| 11 |
#git+https://github.com/facebookresearch/xformers.git
|
| 12 |
hf-transfer
|
|
@@ -14,10 +15,11 @@ huggingface_hub[hf_transfer]
|
|
| 14 |
sentencepiece
|
| 15 |
paramiko
|
| 16 |
#gradio[oauth]
|
| 17 |
-
|
| 18 |
# opencv-python
|
| 19 |
git+https://github.com/asomoza/image_gen_aux.git
|
| 20 |
#git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
| 21 |
diffusers
|
| 22 |
#git+https://github.com/ford442/cyper.git
|
| 23 |
-
peft
|
|
|
|
|
|
| 6 |
#bitsandbytes
|
| 7 |
safetensors
|
| 8 |
#tokenizers
|
| 9 |
+
transformers
|
| 10 |
+
#git+https://github.com/huggingface/transformers.git
|
| 11 |
#git+https://github.com/huggingface/optimum.git
|
| 12 |
#git+https://github.com/facebookresearch/xformers.git
|
| 13 |
hf-transfer
|
|
|
|
| 15 |
sentencepiece
|
| 16 |
paramiko
|
| 17 |
#gradio[oauth]
|
| 18 |
+
numpy
|
| 19 |
# opencv-python
|
| 20 |
git+https://github.com/asomoza/image_gen_aux.git
|
| 21 |
#git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
| 22 |
diffusers
|
| 23 |
#git+https://github.com/ford442/cyper.git
|
| 24 |
+
peft
|
| 25 |
+
kernels
|