Skip to content

Commit

Permalink
Updated location of wandb finish()
Browse files Browse the repository at this point in the history
  • Loading branch information
Curt Tigges authored and Curt Tigges committed Aug 29, 2024
1 parent 3e95ffd commit 921da77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sae_dashboard/neuronpedia/neuronpedia_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import numpy as np
import torch
import wandb
import wandb.sdk
from matplotlib import colors
from sae_lens.sae import SAE
from sae_lens.toolkit.pretrained_saes import load_sparsity
Expand Down Expand Up @@ -485,7 +486,7 @@ def run(self):
)

if self.cfg.use_wandb:
wandb.finish()
wandb.sdk.finish()


def main():
Expand Down

0 comments on commit 921da77

Please sign in to comment.