Skip to content

Commit

Permalink
discard unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkarvonen committed Oct 19, 2024
1 parent 08eec18 commit aea5531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/unlearning/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run_eval(
if "topk" in sae_name:
assert isinstance(sae.activation_fn, TopK)

single_sae_eval_results = run_eval_single_sae(model, sae, sae_name, config)
run_eval_single_sae(model, sae, sae_name, config)

sae_folder = os.path.join("results/metrics", sae_name)

Expand Down

0 comments on commit aea5531

Please sign in to comment.