We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18dc457 commit f05bf40Copy full SHA for f05bf40
sae_bench/evals/absorption/common.py
@@ -73,6 +73,7 @@ def load_probe(
73
probe = torch.load(
74
Path(probes_dir) / f"{model_name}" / f"layer_{layer}" / "probe.pth",
75
map_location=device,
76
+ weights_only=False,
77
).to(dtype=dtype)
78
return probe
79
0 commit comments