From 66e0d8b9fd4d0f7a2231d689c055e26fdf1cf04a Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Sat, 13 Jun 2026 12:35:36 -0500 Subject: rrm workspace: TRM/HRM/SRM code, Maze dataset, dynamical-analysis pipeline Curated export for clone-and-run Maze training (2x A6000) + diagnostics. trm/hrm pretrain.py carry trajectory-augmentation code (backward-compatible). Heavy artifacts (checkpoints/wandb/npz) gitignored; see PROVENANCE.md. Co-Authored-By: Claude Fable 5 --- trm/specific_requirements.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 trm/specific_requirements.txt (limited to 'trm/specific_requirements.txt') diff --git a/trm/specific_requirements.txt b/trm/specific_requirements.txt new file mode 100644 index 0000000..a9ea806 --- /dev/null +++ b/trm/specific_requirements.txt @@ -0,0 +1,20 @@ +torch==2.7.0+cu126 +adam-atan2==0.0.3 +einops==0.8.1 +tqdm==4.67.1 +coolname==2.2.0 +pydantic==2.11.7 +argdantic==1.3.3 +wandb==0.21.3 +omegaconf==2.3.0 +hydra-core==1.3.2 +huggingface_hub==0.34.4 +packaging==24.1 +ninja==1.13.0 +wheel==0.45.1 +setuptools==80.9.0 +setuptools-scm==9.2.0 +pydantic-core==2.33.2 +huggingface_hub==0.34.4 +numba==0.61.2 +triton==3.3.0 -- cgit v1.2.3