Spaces:
Sleeping
Sleeping
Aditi
commited on
Commit
·
1b1a926
1
Parent(s):
de83c6f
Revert "requirements file changes"
Browse filesThis reverts commit de83c6ffe2f58447f7e23d26819a2d1ca8a29934.
- requirements.txt +12 -8
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Core
|
2 |
transformers==4.53.2
|
3 |
datasets==4.0.0
|
4 |
evaluate==0.4.5
|
@@ -6,15 +6,18 @@ nltk==3.9.1
|
|
6 |
pandas==2.3.1
|
7 |
numpy>=1.17
|
8 |
tqdm>=4.27
|
9 |
-
scipy
|
10 |
-
streamlit
|
|
|
|
|
|
|
11 |
|
12 |
# PyTorch (CPU version)
|
13 |
-
torch==2.
|
14 |
-
torchaudio==2.
|
15 |
-
torchvision==0.
|
16 |
|
17 |
-
# Hugging Face Hub
|
18 |
huggingface-hub>=0.16.4
|
19 |
safetensors>=0.4.3
|
20 |
|
@@ -23,5 +26,6 @@ pyarrow>=15.0.0
|
|
23 |
regex
|
24 |
filelock
|
25 |
fsspec
|
|
|
26 |
accelerate>=0.26.0
|
27 |
-
sentence-transformers
|
|
|
1 |
+
# Core libraries
|
2 |
transformers==4.53.2
|
3 |
datasets==4.0.0
|
4 |
evaluate==0.4.5
|
|
|
6 |
pandas==2.3.1
|
7 |
numpy>=1.17
|
8 |
tqdm>=4.27
|
9 |
+
scipy
|
10 |
+
streamlit
|
11 |
+
nltk
|
12 |
+
|
13 |
+
|
14 |
|
15 |
# PyTorch (CPU version)
|
16 |
+
torch==2.3.0
|
17 |
+
torchaudio==2.3.0
|
18 |
+
torchvision==0.18.0
|
19 |
|
20 |
+
# Hugging Face Hub
|
21 |
huggingface-hub>=0.16.4
|
22 |
safetensors>=0.4.3
|
23 |
|
|
|
26 |
regex
|
27 |
filelock
|
28 |
fsspec
|
29 |
+
|
30 |
accelerate>=0.26.0
|
31 |
+
sentence-transformers
|