Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +21 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,22 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
pyarrow
|
| 3 |
-
ftfy
|
| 4 |
-
langdetect
|
| 5 |
-
sentence-transformers
|
| 6 |
-
huggingface_hub
|
| 7 |
-
datasets
|
| 8 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
torchaudio==2.5.1
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
pyarrow
|
| 3 |
+
ftfy
|
| 4 |
+
langdetect
|
| 5 |
+
sentence-transformers
|
| 6 |
+
huggingface_hub
|
| 7 |
+
datasets
|
| 8 |
+
--extra-index-url https://download.pytorch.org/whl/cu12pandas
|
| 9 |
+
pyarrow
|
| 10 |
+
ftfy
|
| 11 |
+
langdetect
|
| 12 |
+
sentence-transformers
|
| 13 |
+
huggingface_hub
|
| 14 |
+
datasets
|
| 15 |
+
gradio
|
| 16 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 17 |
+
torch==2.5.1
|
| 18 |
+
torchvision==0.20.1
|
| 19 |
+
torchaudio==2.5.1
|
| 20 |
+
torch==2.5.1
|
| 21 |
+
torchvision==0.20.1
|
| 22 |
torchaudio==2.5.1
|