Views
No views yet
trm_arc2_8gpu_resume_step115815_plus100k_v2 (TinyRecursiveModels commit e7b68717).model.ckpt with accompanying configuration and provenance files. Integrity hash: 2bc8bb3a5a85cd73e169a6fd285f9138427db894bd157edc20e92a58ed8ee33e.step_119432. W&B logs confirm the resume guard initialized at step 115 815 and advanced into the 119k block. No distinct 119 434 shard remains.model.ckpt — Consolidated PyTorch checkpoint (weights, optimizer, EMA) reflecting step_119432/*.COMMANDS.txt, COMMANDS_resumed.txt — Exact torchrun invocations (8× H200) and resume parameters.ENVIRONMENT.txt, all_config.yaml — Hydra-resolved configurations captured on the training pod.MANIFEST.txt — Packaging metadata (step, source path, timestamp, sha256).TRM_COMMIT.txt — Upstream TinyRecursiveModels commit (e7b68717f0a6c4cbb4ce6fbef787b14f42083bd9).dataset-metadata.json — Kaggle packaging manifest (legacy identifier mapping). W&B CSV/summary are included for convenience.ARC_SAMPLING_COUNT > 1.ARC_SAMPLING_COUNT, ARC_SAMPLING_MODE=sample, and temperature did not reliably reach the evaluator under our overlays.scripts/debug_eval_cpu.py --samples 8 --log-attempts); candidate diversity remained near zero.1from huggingface_hub import hf_hub_download
2import torch
3
4ckpt_path = hf_hub_download("seconds-0/trm-arc2-8gpu", "model.ckpt")
5state = torch.load(ckpt_path, map_location="cpu")
6print(state["hyperparameters"]["arch"]["hidden_size"]) # 512# CoreWeave resume (reference)
kubectl apply -f infra/kubernetes/trm-train-8gpu-resume.yaml
# Requires configmaps: trm-common-script, trm-pyshim-cm, trm-eval-overlay-cmRESUME_CHECKPOINT_PATH=/workspace/TinyRecursiveModels/checkpoints/Arc2concept-aug-1000-ACT-torch/trm_arc2_8gpu_resume_plus100k/step_115815RESUME_EXPECTED_STEP=115815[resume] initializing train_state.step to 115815 before training proceeds.