p-e-w commited on
Commit
4d9e6bb
·
verified ·
1 Parent(s): e668387

Upload reproduce/requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. reproduce/requirements.txt +113 -0
reproduce/requirements.txt ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.4.0
2
+ accelerate==1.13.0
3
+ alembic==1.18.4
4
+ annotated-doc==0.0.4
5
+ annotated-types==0.7.0
6
+ anyio==4.11.0
7
+ bitsandbytes==0.49.2
8
+ certifi==2025.10.5
9
+ chardet==6.0.0.post1
10
+ charset-normalizer==3.4.3
11
+ click==8.4.1
12
+ colorama==0.4.6
13
+ colorlog==6.10.1
14
+ dataproperty==1.1.1
15
+ datasets==4.8.5
16
+ dill==0.4.1
17
+ evaluate==0.4.6
18
+ filelock==3.20.0
19
+ fsspec==2024.6.1
20
+ greenlet==3.5.1
21
+ h11==0.16.0
22
+ hf-xet==1.5.1
23
+ httpcore==1.0.9
24
+ httpx==0.28.1
25
+ huggingface-hub==1.18.0
26
+ idna==3.10
27
+ immutabledict==4.3.1
28
+ jinja2==3.1.6
29
+ joblib==1.5.3
30
+ langdetect==1.0.9
31
+ lm-eval==0.4.12
32
+ lxml==6.1.1
33
+ mako==1.3.12
34
+ markdown-it-py==4.2.0
35
+ markupsafe==3.0.3
36
+ mbstrdecoder==1.1.5
37
+ mdurl==0.1.2
38
+ more-itertools==11.1.0
39
+ mpmath==1.3.0
40
+ multiprocess==0.70.19
41
+ narwhals==2.22.1
42
+ networkx==3.3
43
+ nltk==3.9.4
44
+ numpy==2.4.6
45
+ nvidia-cublas-cu12==12.8.4.1
46
+ nvidia-cuda-cupti-cu12==12.8.90
47
+ nvidia-cuda-nvrtc-cu12==12.8.93
48
+ nvidia-cuda-runtime-cu12==12.8.90
49
+ nvidia-cudnn-cu12==9.10.2.21
50
+ nvidia-cufft-cu12==11.3.3.83
51
+ nvidia-cufile-cu12==1.13.1.3
52
+ nvidia-curand-cu12==10.3.9.90
53
+ nvidia-cusolver-cu12==11.7.3.90
54
+ nvidia-cusparse-cu12==12.5.8.93
55
+ nvidia-cusparselt-cu12==0.7.1
56
+ nvidia-nccl-cu12==2.27.3
57
+ nvidia-nvjitlink-cu12==12.8.93
58
+ nvidia-nvtx-cu12==12.8.90
59
+ optuna==4.9.0
60
+ packaging==25.0
61
+ pandas==3.0.3
62
+ pathvalidate==3.3.1
63
+ peft==0.19.1
64
+ pillow==11.0.0
65
+ portalocker==3.2.0
66
+ prompt-toolkit==3.0.52
67
+ psutil==7.2.2
68
+ py-cpuinfo==9.0.0
69
+ pyarrow==24.0.0
70
+ pydantic==2.13.4
71
+ pydantic-core==2.46.4
72
+ pydantic-settings==2.14.1
73
+ pygments==2.19.2
74
+ pytablewriter==1.2.1
75
+ python-dateutil==2.9.0.post0
76
+ python-dotenv==1.2.2
77
+ pyyaml==6.0.3
78
+ questionary==2.1.1
79
+ regex==2026.5.9
80
+ requests==2.32.5
81
+ rich==14.3.4
82
+ rouge-score==0.1.2
83
+ sacrebleu==2.6.0
84
+ safetensors==0.8.0
85
+ scikit-learn==1.9.0
86
+ scipy==1.17.1
87
+ setuptools==80.9.0
88
+ shellingham==1.5.4
89
+ six==1.16.0
90
+ sniffio==1.3.1
91
+ sqlalchemy==2.0.50
92
+ sqlitedict==2.1.0
93
+ sympy==1.13.3
94
+ tabledata==1.3.5
95
+ tabulate==0.10.0
96
+ tcolorpy==0.1.7
97
+ threadpoolctl==3.6.0
98
+ tokenizers==0.22.2
99
+ tomli-w==1.2.0
100
+ torch==2.8.0
101
+ torchaudio==2.8.0
102
+ torchvision==0.23.0
103
+ tqdm==4.68.2
104
+ transformers==5.11.0
105
+ triton==3.4.0
106
+ typepy==1.3.5
107
+ typer==0.25.1
108
+ typing-extensions==4.15.0
109
+ typing-inspection==0.4.2
110
+ urllib3==2.5.0
111
+ wcwidth==0.2.14
112
+ word2number==1.1
113
+ xxhash==3.7.0