Airgapped-ready bundle for the trajectory-probe downstream eval.
1huggingface-cli download IDMedicine/code-graph-trajeval-v2 traj_full_bundle.tar.gz \
2 --local-dir outputs/traj_real
3
4cd /opt/train/code-transformer/code-transformer
5tar -xzf outputs/traj_real/traj_full_bundle.tar.gz
6rsync -a traj_full/graphjepa/ graphjepa/
7mkdir -p outputs/traj_real
8cp traj_full/specs.jsonl outputs/traj_real/
9mv traj_full/repos outputs/traj_real/repos
10
11export BERT_MODEL_PATH=/opt/train/datasets/bert-base-uncased
12GPUS=0,2,3,4,5,6,7 bash graphjepa/scripts/trajectory_full.sh
13tail -f outputs/traj_real/logs/prebuild_shard*_gpu*.log
Because the clone already has the right blobs prefetched on laptop,
the airgapped big machine can checkout every base_commit without any
network access.