Skip to content

Commit 7df2f2a

Browse files
masonwyatt23claude
andcommitted
docs: note 3B+ circuit_patching OOM limit in refusal audit
Stages 3-4 on Qwen2.5-3B and Phi-3-mini OOM-killed on this 128GB CPU machine (runs 83/84/85) — circuit_patching/causal_scrubbing hold the full activation+grad cache across many sites. Documented as an honest limitation. The scale-bounded headline does NOT depend on these: the Qwen2.5-3B CAA sweep (run 82) already locked "no layer suppresses". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2e95f2f commit 7df2f2a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/investigations/refusal_audit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ Most community abliterations target Llama-3.2-3B / Llama-3.2-8B / Gemma-2-9B —
8787

8888
Stages 3-4 (circuit_patching + causal_scrubbing) on the two 0.5B models would formally confirm the recipe's circuit hypothesis holds there (faithfulness > 0.5), then a Qwen2.5-3B audit would localise the transition point.
8989

90-
**Implication:** the original Qwen2.5-1.5B "headline" below is correct but narrow. The broader picture is that the recipe's domain of applicability is bounded — works on ≤ 0.5B Qwen, fails on ≥ 1.5B Qwen, transition somewhere in between (Qwen2.5-0.5B audit would tell us).
90+
> **Compute note (honest limitation):** Stages 3-4 (circuit_patching, causal_scrubbing) were attempted on Qwen2.5-3B (runs 84/85) and Phi-3-mini 3.8B (run 83) but **OOM-killed on this 128 GB CPU machine** — those families hold the full activation + gradient cache across many hook sites, which exceeds memory at 3B+. The lighter Stage-1/Stage-2 families (refusal_direction sweep, caa_steering) complete at 3B. **This does not weaken the headline:** the Qwen2.5-3B CAA layer sweep (run 82) already established that no layer enables suppression, which is what locks the scale-bounded conclusion. Stage 3-4 head localisation at 3B would be a refinement, not a load-bearing result, and needs a higher-memory machine or an MPS + reduced-batch path.
91+
92+
**Implication:** the original Qwen2.5-1.5B "headline" below is correct but narrow. The broader picture is that the recipe's domain of applicability is bounded — works on ≤ 0.5B Qwen, fails on ≥ 1.5B Qwen, fully fails by 3B (CAA-confirmed across all layers).
9193

9294
---
9395

0 commit comments

Comments
 (0)