Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Curt Tigges authored and Curt Tigges committed Nov 15, 2024
1 parent 5cddabd commit 6940c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/toolkit/test_pretrained_sae_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_get_sae_config_dictionary_learning_1():
"hook_layer": 12,
"hook_head_index": None,
"activation_fn_str": "topk",
"activation_fn_kwargs": {'k': 20},
"activation_fn_kwargs": {"k": 20},
"apply_b_dec_to_input": True,
"finetuning_scaling_factor": False,
"sae_lens_training_version": None,
Expand Down

0 comments on commit 6940c9b

Please sign in to comment.