File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.0.0b9 (2026-02-09)
2+
3+ ### Feat
4+
5+ - ** circuits** : implement loading and querying of circuit QK node data
6+ - ** ui** : target blank for embedded pages
7+ - ** ui** : add new route for embedded circuit QK tracing and update related components
8+ - ** ui/embed** : add circuit page for embedded iframe
9+ - ** ui/embed** : enhance FeatureCardCompactForEmbed with plain mode
10+ - ** database** : support removing SAE sets
11+ - ** ui/circuits** : implement click outside to close functionality in threshold controls
12+
13+ ### Fix
14+
15+ - ** ui** : update defaultVisibleRange handling and adjust node colors
16+ - ** ui/embed** : remove click effect
17+ - ** ui** : swap Q and K labels in QKTracing components for consistency
18+ - ** ui** : adjust layout
19+ - ** ui** : adjust layout
20+ - ** graph** : handle bfloat16 tensor conversion to numpy
21+ - ** auxk** : fix log of l_auxk
22+ - ** auxk** : fix train and log of auxk
23+ - ** math** : topk grad backprop
24+ - ** circuit** : adjust default thresholds for graph pruning and circuit retrieval
25+ - ** ui/circuits** : remove redundant feature ID display for better narrow screen experience
26+ - ** circuit** : minor improvements in attribution
27+ - ** circuit** : support batched tracing.
28+ - ** feature_interpreter** : correct tensor dimensions in generate_activating_examples
29+ - ** ui/circuits** : clarify message regarding circuit generation time
30+
131## v2.0.0b8 (2026-01-18)
232
333## v2.0.0b7 (2026-01-18)
Original file line number Diff line number Diff line change 3333Use [ pip] ( https://pypi.org/project/pip/ ) to install Language-Model-SAEs:
3434
3535``` bash
36- pip install lm-saes==2.0.0b8
36+ pip install lm-saes==2.0.0b9
3737```
3838
3939We also highly recommend using [ uv] ( https://docs.astral.sh/uv/ ) to manage your own project dependencies. You can use
4040
4141``` bash
42- uv add lm-saes==2.0.0b8
42+ uv add lm-saes==2.0.0b9
4343```
4444
4545to add Language-Model-SAEs as your project dependency.
Original file line number Diff line number Diff line change 11[project ]
22name = " lm-saes"
3- version = " 2.0.0b8 "
3+ version = " 2.0.0b9 "
44description = " For OpenMOSS Mechanistic Interpretability Team's Sparse Autoencoder (SAE) research. Open-sourced and constantly updated."
55dependencies = [
66 " transformer-lens" ,
You can’t perform that action at this time.
0 commit comments