jw8866 commited on
Commit
0430df6
·
verified ·
1 Parent(s): 2727a48

docs: clarify checkpoint integrity wording

Browse files

Describe SHA256SUMS as pinned rather than cryptographically signed; model objects are unchanged.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ bash scripts/download_paper_checkpoints.sh waypoint_intact all
51
  bash scripts/download_paper_checkpoints.sh matrix all
52
  ```
53
 
54
- The wrapper pins `paper-e5-goal-v1`, checks the signed `SHA256SUMS` record,
55
  verifies every downloaded archive, extracts it into `STABLEWM_HOME`, and then
56
  verifies every `.pt` shard against the checked-in manifest.
57
 
 
51
  bash scripts/download_paper_checkpoints.sh matrix all
52
  ```
53
 
54
+ The wrapper pins `paper-e5-goal-v1`, checks the pinned `SHA256SUMS` record,
55
  verifies every downloaded archive, extracts it into `STABLEWM_HOME`, and then
56
  verifies every `.pt` shard against the checked-in manifest.
57