Views
No views yet
ifpruning in Sid-MB/mats_exploration under code/apple-paper-replicate/ (branch introspection-causal-test, merged to main at a76965b).head.pt) producing per-layer FFN importance scores [36, 11008]; per-row SoftTopK selects t_ffn=1536 of 11008 FFN units (~1B activated params). Dense-baseline runs train the same LLM without masking.checkpoints/step_3000/pytorch_model_fsdp_0/ — FSDP2 SHARDED_STATE_DICT model weights (llm + predictor_backbone + head)checkpoints/step_3000/optimizer_0/ — optimizer state (for exact training resumption)checkpoints/step_3000/random_states_*.pkl, scheduler.bin — RNG/scheduler statemodel/ — exported final model (llm/, predictor_backbone/, head.pt) from the FSDP export stepcode/mats_exploration/everything we learned.md); logs/eval/ is empty and no eval_results directory exists. The only training-quality signal is the loss curves in the wandb runs below.code/ in the mats_exploration repo (paths as of June 2026; IFP_ROOT=/nlp/scr/siddharth/apple-paper-replicate set in slurm/_common.sh):sbatch apple-paper-replicate/slurm/train.sbatch apple-paper-replicate/configs/presets/cpt_ifp.yamlSHARDED_STATE_DICT):1srun uv run accelerate launch --config_file apple-paper-replicate/configs/accelerate_fsdp8.yaml \
2 -m ifpruning.train --config apple-paper-replicate/configs/presets/cpt_ifp.yaml \
3 --ckpt-root $IFP_ROOT/ckpts --out-root $IFP_ROOT/modelsconfigs/presets/cpt_ifp.yaml. Data: fineweb-edu sample-10BT, streaming, seq_len 4096. Seed 0. Slurm job 15878284 (jagupard37, preempted and resumed on jagupard39, 8 GPUs)./nlp/scr2/siddharth/code/mats_exploration/code/apple-paper-replicate/logs/train/cpt_ifp_15878284.out/nlp/scr2/siddharth/apple-paper-replicate/ckpts/cpt_ifp (deleted after this upload was verified; this repo is now the only copy)/nlp/scr2/siddharth/code/mats_exploration/code/apple-paper-replicate/.../research-notes/2026-06-12_setup-and-smoke.md