summaryrefslogtreecommitdiff
path: root/notebooks/upload_to_hf.py
diff options
context:
space:
mode:
Diffstat (limited to 'notebooks/upload_to_hf.py')
-rw-r--r--notebooks/upload_to_hf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notebooks/upload_to_hf.py b/notebooks/upload_to_hf.py
index dfdd87e..4b83747 100644
--- a/notebooks/upload_to_hf.py
+++ b/notebooks/upload_to_hf.py
@@ -7,7 +7,7 @@ from pathlib import Path
import numpy as np
from huggingface_hub import HfApi, create_repo
-HF_REPO = "YurenHao0426/recursive-reasoning-chaos"
+HF_REPO = "blackhao0426/recursive-reasoning-chaos" # HF account (GitHub is YurenHao0426)
RRM = Path("/home/yurenh2/rrm")
TRM_CK = RRM / "trm/checkpoints/Sudoku-extreme-1k-aug-1000-ACT-torch/pretrain_mlp_t_sudoku_official_gbs768_repro"
HRM_CK = RRM / "hrm/checkpoints/Sudoku-extreme-1k-aug-1000 ACT-torch/HierarchicalReasoningModel_ACTV1 righteous-python"