docs: clarify checkpoint integrity wording
Browse filesDescribe SHA256SUMS as pinned rather than cryptographically signed; model objects are unchanged.
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
|
| 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 |
|