Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -2,10 +2,11 @@ uvicorn
|
|
| 2 |
unidecode
|
| 3 |
#spaces
|
| 4 |
librosa
|
|
|
|
| 5 |
git+https://github.com/huggingface/accelerate.git
|
| 6 |
-
|
| 7 |
git+https://github.com/huggingface/transformers.git
|
| 8 |
-
|
| 9 |
git+https://github.com/huggingface/optimum.git
|
| 10 |
imageio
|
| 11 |
safetensors
|
|
@@ -28,6 +29,7 @@ Pillow
|
|
| 28 |
#xformers
|
| 29 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
| 30 |
jinja2
|
|
|
|
| 31 |
git+https://github.com/facebookresearch/xformers.git
|
| 32 |
|
| 33 |
#xformers==0.0.30.dev967
|
|
@@ -36,7 +38,8 @@ numpy
|
|
| 36 |
peft
|
| 37 |
scipy
|
| 38 |
bs4
|
| 39 |
-
|
|
|
|
| 40 |
|
| 41 |
#git+https://github.com/huggingface/diffusers.git
|
| 42 |
|
|
@@ -75,6 +78,6 @@ torchao
|
|
| 75 |
#nvidia-tensorrt
|
| 76 |
|
| 77 |
#nvidia-modelopt[hf]
|
| 78 |
-
onnxruntime-gpu
|
| 79 |
|
| 80 |
#tensorrt-cu12
|
|
|
|
| 2 |
unidecode
|
| 3 |
#spaces
|
| 4 |
librosa
|
| 5 |
+
accelerate
|
| 6 |
git+https://github.com/huggingface/accelerate.git
|
| 7 |
+
transformers
|
| 8 |
git+https://github.com/huggingface/transformers.git
|
| 9 |
+
optimum
|
| 10 |
git+https://github.com/huggingface/optimum.git
|
| 11 |
imageio
|
| 12 |
safetensors
|
|
|
|
| 29 |
#xformers
|
| 30 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
| 31 |
jinja2
|
| 32 |
+
xformers
|
| 33 |
git+https://github.com/facebookresearch/xformers.git
|
| 34 |
|
| 35 |
#xformers==0.0.30.dev967
|
|
|
|
| 38 |
peft
|
| 39 |
scipy
|
| 40 |
bs4
|
| 41 |
+
diffusers
|
| 42 |
+
git+https://github.com/ford442/diffusers.git@upcast_only
|
| 43 |
|
| 44 |
#git+https://github.com/huggingface/diffusers.git
|
| 45 |
|
|
|
|
| 78 |
#nvidia-tensorrt
|
| 79 |
|
| 80 |
#nvidia-modelopt[hf]
|
| 81 |
+
#onnxruntime-gpu
|
| 82 |
|
| 83 |
#tensorrt-cu12
|