Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
#--prefer-binary
|
| 2 |
-
|
| 3 |
|
| 4 |
spaces
|
| 5 |
|
|
@@ -9,9 +9,9 @@ spaces
|
|
| 9 |
#librosa
|
| 10 |
accelerate
|
| 11 |
git+https://github.com/huggingface/accelerate.git
|
| 12 |
-
|
| 13 |
tokenizers
|
| 14 |
-
git+https://github.com/huggingface/transformers.git
|
| 15 |
#optimum
|
| 16 |
#git+https://github.com/huggingface/optimum.git
|
| 17 |
imageio
|
|
|
|
| 1 |
#--prefer-binary
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/cu129
|
| 3 |
|
| 4 |
spaces
|
| 5 |
|
|
|
|
| 9 |
#librosa
|
| 10 |
accelerate
|
| 11 |
git+https://github.com/huggingface/accelerate.git
|
| 12 |
+
transformers
|
| 13 |
tokenizers
|
| 14 |
+
#git+https://github.com/huggingface/transformers.git
|
| 15 |
#optimum
|
| 16 |
#git+https://github.com/huggingface/optimum.git
|
| 17 |
imageio
|