Commit e25d52f
committed
fix(artifact_pin): point at the canonical published HF dataset
The committed `priv/sakana_trinity/artifact_pin.json` shipped with
`repo_id: "your-org/trinity-coordinator-adapted-qwen3-0.6b"` as a
placeholder. That repo does not exist on the Hub, so every fresh-clone
invocation of `mix trinity.artifact.fetch` failed with `:unauthorized`
(the Hub returns 401 for unknown repos rather than 404). Surfaced by
the clean-room test on 2026-05-21:
cd /tmp && git clone https://github.com/nshkrdotcom/trinity_coordinator
cd trinity_coordinator
XLA_TARGET=cuda12 mix deps.get && XLA_TARGET=cuda12 mix compile
XLA_TARGET=cuda12 mix trinity.artifact.fetch
→ RuntimeError: trinity.artifact.fetch failed for manifest.json: :unauthorized
Repoint the pin at the canonical published dataset
`nshkrdotcom/trinity-coordinator-adapted-qwen3-0.6b` (published v1.0.0
on 2026-05-21). Sweep `guides/artifact_distribution.md` for the same
placeholder. Add a regression test that pins the committed
artifact_pin.json's `repo_id`, `revision`, and file count so a future
fork-and-republish cycle cannot reintroduce `your-org/`.
Gates: format / compile / test (297 / 0, 24 excluded) — all green.1 parent 8852bd7 commit e25d52f
3 files changed
Lines changed: 54 additions & 5 deletions
File tree
- guides
- priv/sakana_trinity
- test/trinity_coordinator
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments