forked from Phylliida/sae-k-sparse-mamba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
278 lines (277 loc) · 5.37 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --extra=launch_jobs --output-file=requirements.txt.new pyproject.toml
#
accelerate==0.31.0
# via
# sae (pyproject.toml)
# transformer-lens
aiohttp==3.9.5
# via
# datasets
# fsspec
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via aiohttp
beartype==0.14.1
# via transformer-lens
better-abc==0.0.3
# via transformer-lens
certifi==2024.6.2
# via
# requests
# sentry-sdk
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via wandb
datasets==2.20.0
# via
# sae (pyproject.toml)
# transformer-lens
dill==0.3.8
# via
# datasets
# multiprocess
docker-pycreds==0.4.0
# via wandb
docstring-parser==0.16
# via simple-parsing
einops==0.8.0
# via
# mamba-lens
# sae (pyproject.toml)
# transformer-lens
exceptiongroup==1.2.1
# via pytest
fancy-einsum==0.0.3
# via transformer-lens
filelock==3.15.3
# via
# datasets
# huggingface-hub
# torch
# transformers
# triton
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec[http]==2024.5.0
# via
# datasets
# huggingface-hub
# torch
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via wandb
huggingface-hub==0.23.4
# via
# accelerate
# datasets
# tokenizers
# transformers
idna==3.7
# via
# requests
# yarl
iniconfig==2.0.0
# via pytest
jaxtyping==0.2.30
# via
# mamba-lens
# sae (pyproject.toml)
# transformer-lens
jinja2==3.1.4
# via torch
mamba-lens @ git+https://github.com/Phylliida/MambaLens.git
# via sae (pyproject.toml)
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mpmath==1.3.0
# via sympy
multidict==6.0.5
# via
# aiohttp
# yarl
multiprocess==0.70.16
# via datasets
networkx==3.3
# via torch
nodeenv==1.9.1
# via pyright
numpy==1.26.4
# via
# accelerate
# datasets
# pandas
# pyarrow
# sae (pyproject.toml)
# transformer-lens
# transformers
# DISABLED nvidia-cublas-cu12==12.1.3.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
# DISABLED nvidia-cuda-cupti-cu12==12.1.105
# via torch
# DISABLED nvidia-cuda-nvrtc-cu12==12.1.105
# via torch
# DISABLED nvidia-cuda-runtime-cu12==12.1.105
# via torch
# DISABLED nvidia-cudnn-cu12==8.9.2.26
# via torch
# DISABLED nvidia-cufft-cu12==11.0.2.54
# via torch
# DISABLED nvidia-curand-cu12==10.3.2.106
# via torch
# DISABLED nvidia-cusolver-cu12==11.4.5.107
# via torch
# DISABLED nvidia-cusparse-cu12==12.1.0.106
# via
# nvidia-cusolver-cu12
# torch
# DISABLED nvidia-nccl-cu12==2.20.5
# via torch
# DISABLED nvidia-nvjitlink-cu12==12.5.40
# via
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# DISABLED nvidia-nvtx-cu12==12.1.105
# via torch
packaging==24.1
# via
# accelerate
# datasets
# huggingface-hub
# pytest
# transformers
pandas==2.2.2
# via
# datasets
# transformer-lens
platformdirs==4.2.2
# via wandb
pluggy==1.5.0
# via pytest
protobuf==5.27.1
# via wandb
psutil==6.0.0
# via
# accelerate
# wandb
pyarrow==16.1.0
# via datasets
pyarrow-hotfix==0.6
# via datasets
pygments==2.18.0
# via rich
pyright==1.1.368
# via sae (pyproject.toml)
pytest==8.2.2
# via sae (pyproject.toml)
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via
# accelerate
# datasets
# huggingface-hub
# transformers
# wandb
regex==2024.5.15
# via transformers
requests==2.32.3
# via
# datasets
# huggingface-hub
# transformers
# wandb
rich==13.7.1
# via transformer-lens
ruff==0.4.9
# via sae (pyproject.toml)
safetensors==0.4.3
# via
# accelerate
# sae (pyproject.toml)
# transformers
sentencepiece==0.2.0
# via transformer-lens
sentry-sdk==2.6.0
# via wandb
setproctitle==1.3.3
# via wandb
simple-parsing==0.1.5
# via sae (pyproject.toml)
six==1.16.0
# via
# docker-pycreds
# python-dateutil
smmap==5.0.1
# via gitdb
sympy==1.12.1
# via torch
tokenizers==0.19.1
# via transformers
tomli==2.0.1
# via pytest
# DISABLED torch==2.3.1
# via
# accelerate
# mamba-lens
# sae (pyproject.toml)
# transformer-lens
tqdm==4.66.4
# via
# datasets
# huggingface-hub
# transformer-lens
# transformers
transformer-lens==2.1.0
# via
# mamba-lens
# sae (pyproject.toml)
transformers==4.41.2
# via
# sae (pyproject.toml)
# transformer-lens
# DISABLED triton==2.3.1
# via
# sae (pyproject.toml)
# torch
typeguard==2.13.3
# via jaxtyping
typing-extensions==4.12.2
# via
# huggingface-hub
# simple-parsing
# torch
# transformer-lens
tzdata==2024.1
# via pandas
urllib3==2.2.2
# via
# requests
# sentry-sdk
wandb==0.17.2
# via transformer-lens
xxhash==3.4.1
# via datasets
yarl==1.9.4
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
# setuptools