BinxNet commited on
Commit
e0f7e11
·
verified ·
1 Parent(s): 4f4a632

Upload reproduce/requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. reproduce/requirements.txt +106 -0
reproduce/requirements.txt ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.4.0
2
+ accelerate==1.14.0
3
+ alembic==1.18.4
4
+ annotated-doc==0.0.4
5
+ annotated-types==0.7.0
6
+ anyio==4.14.0
7
+ bitsandbytes==0.49.2
8
+ certifi==2026.6.17
9
+ chardet==6.0.0.post1
10
+ charset-normalizer==3.4.7
11
+ click==8.4.1
12
+ colorama==0.4.6
13
+ colorlog==6.10.1
14
+ cuda-bindings==13.0.3
15
+ cuda-pathfinder==1.2.2
16
+ cuda-toolkit==13.0.2
17
+ dataproperty==1.1.1
18
+ datasets==4.8.5
19
+ dill==0.4.1
20
+ evaluate==0.4.6
21
+ filelock==3.29.0
22
+ fsspec==2026.2.0
23
+ greenlet==3.5.2
24
+ h11==0.16.0
25
+ hf-xet==1.5.1
26
+ httpcore==1.0.9
27
+ httpx==0.28.1
28
+ huggingface-hub==1.20.1
29
+ idna==3.18
30
+ immutabledict==4.3.1
31
+ jinja2==3.1.6
32
+ joblib==1.5.3
33
+ langdetect==1.0.9
34
+ lm-eval==0.4.12
35
+ lxml==6.1.1
36
+ mako==1.3.12
37
+ markdown-it-py==4.2.0
38
+ markupsafe==3.0.3
39
+ mbstrdecoder==1.1.5
40
+ mdurl==0.1.2
41
+ more-itertools==11.1.0
42
+ mpmath==1.3.0
43
+ multiprocess==0.70.19
44
+ narwhals==2.22.1
45
+ networkx==3.6.1
46
+ nltk==3.9.4
47
+ numpy==2.4.4
48
+ nvidia-cublas==13.1.1.3
49
+ nvidia-cuda-nvrtc==13.0.88
50
+ nvidia-cudnn-cu13==9.20.0.48
51
+ nvidia-cusparselt-cu13==0.8.1
52
+ nvidia-nccl-cu13==2.29.7
53
+ nvidia-nvshmem-cu13==3.4.5
54
+ optuna==4.9.0
55
+ packaging==26.2
56
+ pandas==3.0.3
57
+ pathvalidate==3.3.1
58
+ peft==0.19.1
59
+ pillow==12.2.0
60
+ portalocker==3.2.0
61
+ prompt-toolkit==3.0.52
62
+ psutil==7.2.2
63
+ py-cpuinfo==9.0.0
64
+ pyarrow==24.0.0
65
+ pydantic==2.13.4
66
+ pydantic-core==2.46.4
67
+ pydantic-settings==2.14.2
68
+ pygments==2.20.0
69
+ pytablewriter==1.2.1
70
+ python-dateutil==2.9.0.post0
71
+ python-dotenv==1.2.2
72
+ pyyaml==6.0.3
73
+ questionary==2.1.1
74
+ regex==2026.5.9
75
+ requests==2.34.2
76
+ rich==14.3.4
77
+ rouge-score==0.1.2
78
+ sacrebleu==2.6.0
79
+ safetensors==0.8.0
80
+ scikit-learn==1.9.0
81
+ scipy==1.18.0
82
+ setuptools==70.2.0
83
+ shellingham==1.5.4
84
+ six==1.17.0
85
+ sqlalchemy==2.0.51
86
+ sqlitedict==2.1.0
87
+ sympy==1.14.0
88
+ tabledata==1.3.5
89
+ tabulate==0.10.0
90
+ tcolorpy==0.1.7
91
+ threadpoolctl==3.6.0
92
+ tokenizers==0.22.2
93
+ tomli-w==1.2.0
94
+ torch==2.12.1
95
+ torchvision==0.27.1
96
+ tqdm==4.68.3
97
+ transformers==5.12.1
98
+ triton==3.7.1
99
+ typepy==1.3.5
100
+ typer==0.25.1
101
+ typing-extensions==4.15.0
102
+ typing-inspection==0.4.2
103
+ urllib3==2.7.0
104
+ wcwidth==0.8.1
105
+ word2number==1.1
106
+ xxhash==3.7.0