📝 checkpoint_CollabCore_and_pytorch_build.mdv4.4 · 2026-09-05

Checkpoint (2026-08-25) — CollabCore Rollout + PyTorch Source Build (Clone)

Status: CollabCore, md_bbc, lmv_bbcode, and listatt all shipped and confirmed working on Live. PyTorch source build in progress on Clone (via Gemini), restarted once after an unrecoverable error, currently past the protobuf stage.


Part 1 — CollabCore rollout (DONE, confirmed working)

What shipped

Standing conventions established this session

Ideas raised, explicitly NOT built yet (future scope)


Part 2 — PyTorch source build on Clone (IN PROGRESS)

Immediate next step when resumed

  1. Check current build progress/percentage on Clone.
  2. If still running clean: let it finish (multi-hour builds are normal for this).
  3. If it errors again: check whether it recurs at the same protobuf-adjacent point (would suggest a real incompatibility, not a transient/cache issue) or somewhere new.
  4. Once build completes: python3 -c "import torch; print(torch.__version__)" as the first real test, same as the original glibc-path checkpoint.
  5. From there: pip install open_clip_torch, then a real CLIP embedding test against actual uploaded attachments — this is the actual point of the whole exercise, unchanged from the original plan regardless of which path (glibc upgrade vs. source compile) gets torch working first.

Still open / parked, not urgent