maxact-fast / scripts

Commit History

out-of-core rework: embed_cluster_acts streams resids to disk memmap + streaming multi-GPU k-means (--kmeans-sample); build_data reads unified emb.f32 + GPU-batched Newton/IRLS probes
320b589

ceselder Claude Fable 5 commited on

embed_cluster_acts: cluster on Qwen3 mean-pooled layer-27 residuals (drop BGE); scalable torch kmeans
07f67cd

ceselder commited on

build_data: hard-negative pairing in Qwen3 residual space (--hard-neg-k; subtle probe directions)
444e414

ceselder commited on

build_data: hold out probe-fit docs from SFT targets (no direction<->text contamination)
1741cb0

ceselder commited on

pretrain: default pack-len 0 (per-example+compile = validated 57% MFU; packing needs Blackwell flash-attn)
069cb1a

ceselder commited on

pretrain: sequence packing (block-diag attn, per-marker injection) β€” no-leak + inject proofs pass; MFU bench pending
e6dc020

ceselder Claude Fable 5 commited on

cluster: faiss-gpu has no Blackwell kernels β€” CPU faiss + torch-GPU recluster_torch.py (reuses cached emb)
69cb606

ceselder Claude Fable 5 commited on

pretrain: round padded L to mult-of-64 (bounds torch.compile recompiles to ~2 shapes)
fe46de0

ceselder commited on

pretrain: MFU meter + length-bucketing + big-batch + optional compile
c6f935b

ceselder Claude Fable 5 commited on

sae: loader + build_sae_data + eval_sae (cross-uplift metric); weights_only=False for torch 2.13
64c6b48

ceselder Claude Fable 5 commited on

rl: pin TRITON_ATTN backend (FLASHINFER silently breaks vllm-lens injection on Blackwell)
28ad77d

ceselder Claude Fable 5 commited on

rl: true per-token entropy bonus (maximize r + beta*H, explicit diversity knob, no KL)
73adae4

ceselder Claude Fable 5 commited on

scripts: attn sdpa (no flash-attn sm_103 build on Blackwell)
af8715e

ceselder Claude Fable 5 commited on

maxact-fast: hardening fixes (6 bugs) + Dr.GRPO vllm-lens rl.py + sbatch; Probe = universal direction
48db85f

ceselder Claude Fable 5 commited on

build_data: real validated LR probes (held-out AUC + activation-margin filter)
17fc9a9

ceselder Claude Fable 5 commited on

maxact-fast: clean repo β€” DESIGN + pretraining pipeline (embed/cluster/probe-cache/build-data/pretrain), Dr. GRPO RL to follow
8505f8e

ceselder Claude Fable 5 commited on