Update requirements.txt
Browse files- requirements.txt +3 -20
requirements.txt
CHANGED
@@ -1,40 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
torch==2.5.1 # stable + manylinux/cu12 wheels available
|
5 |
transformers>=4.45.0
|
6 |
accelerate>=0.30.0
|
7 |
sentencepiece>=0.1.99
|
8 |
protobuf>=3.20.0
|
9 |
huggingface_hub>=0.16.0
|
10 |
|
11 |
-
# =========================
|
12 |
-
# Dataset & evaluation
|
13 |
-
# =========================
|
14 |
datasets>=2.14.0
|
15 |
pandas>=1.5.0
|
16 |
tqdm>=4.65.0
|
17 |
scikit-learn>=1.0.0
|
18 |
scipy>=1.8.0
|
19 |
|
20 |
-
# =========================
|
21 |
-
# Monitoring
|
22 |
-
# =========================
|
23 |
psutil>=5.9.0
|
24 |
pynvml>=11.5.0
|
25 |
|
26 |
-
# =========================
|
27 |
-
# Visualization (optional)
|
28 |
-
# =========================
|
29 |
matplotlib>=3.5.0
|
30 |
seaborn>=0.11.0
|
31 |
|
32 |
-
# =========================
|
33 |
-
# Quantization (optional)
|
34 |
-
# =========================
|
35 |
bitsandbytes>=0.41.0
|
36 |
-
|
37 |
-
# =========================
|
38 |
-
# UI (optional)
|
39 |
-
# =========================
|
40 |
gradio>=4.0.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
|
3 |
+
torch==2.5.1
|
|
|
4 |
transformers>=4.45.0
|
5 |
accelerate>=0.30.0
|
6 |
sentencepiece>=0.1.99
|
7 |
protobuf>=3.20.0
|
8 |
huggingface_hub>=0.16.0
|
9 |
|
|
|
|
|
|
|
10 |
datasets>=2.14.0
|
11 |
pandas>=1.5.0
|
12 |
tqdm>=4.65.0
|
13 |
scikit-learn>=1.0.0
|
14 |
scipy>=1.8.0
|
15 |
|
|
|
|
|
|
|
16 |
psutil>=5.9.0
|
17 |
pynvml>=11.5.0
|
18 |
|
|
|
|
|
|
|
19 |
matplotlib>=3.5.0
|
20 |
seaborn>=0.11.0
|
21 |
|
|
|
|
|
|
|
22 |
bitsandbytes>=0.41.0
|
|
|
|
|
|
|
|
|
23 |
gradio>=4.0.0
|