You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-blocking follow-ups from the #3137/#3138 review (F3/F5):
round7_t0_merge_export.sh: the base snapshot_download stage has no completion sentinel — a partial download leaves the dir present and a re-run skips then fails at convert. Same .merge_done pattern as the merge stage.
Manifest lineage assert (base_f16_sha != merged_f16_sha) runs in stage 5, after ollama create has already registered the tags — move it before stage 4 so a lineage collision cannot register.
Found in review of #3138; not blockers for that merge.
Non-blocking follow-ups from the #3137/#3138 review (F3/F5):
round7_t0_merge_export.sh: the base snapshot_download stage has no completion sentinel — a partial download leaves the dir present and a re-run skips then fails at convert. Same.merge_donepattern as the merge stage.base_f16_sha != merged_f16_sha) runs in stage 5, afterollama createhas already registered the tags — move it before stage 4 so a lineage collision cannot register.Found in review of #3138; not blockers for that merge.