We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce4f10 commit ab8c9f0Copy full SHA for ab8c9f0
pyproject.toml
@@ -1,20 +1,17 @@
1
[project]
2
name = "lm-saes"
3
-version = "2.0.0b1"
+version = "2.0.0b2"
4
description = "For OpenMOSS Mechanistic Interpretability Team's Sparse Autoencoder (SAE) research. Open-sourced and constantly updated."
5
dependencies = [
6
+ "transformer-lens",
7
"datasets>=3.0.2",
- "transformers>=4.46.0",
8
+ "transformers>=4.57.1",
9
"einops>=0.8.0",
10
"fastapi>=0.115.4",
11
"matplotlib>=3.9.2",
12
"numpy<2.0.0",
13
"pandas>=2.2.3",
14
"pymongo>=4.10.1",
- "tensorboardX>=2.6.2.2",
15
- # "torch>=2.5.0",
16
- "torchvision>=0.20.1",
17
- "transformer-lens",
18
"uvicorn>=0.32.0",
19
"wandb>=0.18.5",
20
"msgpack>=1.1.0",
0 commit comments