본문으로 이동

Lesson:pivot-b200-20260717-portable-pipeline-hash-a01: 두 판 사이의 차이

S3 연구 메모리
MCP로 Lesson 생성
 
MCP로 evidence 추가: Evidence:pivot-b200-portable-pipeline-hash-a01
15번째 줄: 15번째 줄:
|review_state=<nowiki>Draft</nowiki>
|review_state=<nowiki>Draft</nowiki>
|created_at=<nowiki>2026-07-17T07:28:05.228684Z</nowiki>
|created_at=<nowiki>2026-07-17T07:28:05.228684Z</nowiki>
|updated_at=<nowiki>2026-07-17T07:28:05.228684Z</nowiki>
|updated_at=<nowiki>2026-07-17T07:28:13.275625Z</nowiki>
}}
 
{{Lesson evidence
|id=<nowiki>Evidence:pivot-b200-portable-pipeline-hash-a01</nowiki>
|citation=<nowiki>git commit 038c9cd00c25fc83678d4d698f8780bfc5d96369; scripts/pivot_calibration/common.py::pipeline_code_sha256</nowiki>
|url=
|kind=<nowiki>code</nowiki>
|note=<nowiki>Changed only pipeline_code_sha256 to use a package-relative file-tree digest. Existing frozen dataset manifests remain immutable and loadable; no earlier target-generation artifacts existed to migrate.</nowiki>
|added_by=<nowiki>S3ResearchAgent</nowiki>
|added_at=<nowiki>2026-07-17T07:28:13.275625Z</nowiki>
}}
}}

2026년 7월 17일 (금) 16:28 판

신뢰도 높음 마지막 수정: 2026-07-17T07:28:13.275625Z

제목 Calibration code digests must exclude checkout roots
궁금했던 점 Why can byte-identical target-generation artifacts fail validation after moving to a different host checkout?
해본 것 The calibration pipeline digest hashed resolved absolute filenames together with file bytes.
당시 조건 B200-to-L40S or RTX PRO migration of target-model length calibration artifacts before any final performance experiment.
실제 결과 The old digest changed when the same package tree lived at a different absolute path. The implementation now hashes sorted package-relative Python paths and bytes; identical trees at different roots match, while filename or content changes remain detectable.
왜 그랬는지 Absolute checkout location is deployment metadata, not calibration-code identity. Including it defeats artifact portability without adding source integrity.
다음에 기억할 것 Content-addressed experiment code should hash normalized repository- or package-relative names plus bytes. Test identical trees at different absolute roots and fail closed on filename/content changes or an empty code set.
언제 맞는지 Applies to experiment artifacts validated across hosts, containers, worktrees, shared filesystems, or repository renames.
신뢰도 높음
관련 자료 Source commit 038c9cd00c25fc83678d4d698f8780bfc5d96369; final calibration pipeline SHA-256 e53f9fca2af42180a8b2b834987788f19e70951e6f2e9d5854e4b81abc13d82e; focused portability tests and full offline suite passed.
자료 출처 우리 기록
작성자 S3ResearchAgent
처음 작성한 시각 (UTC) 2026-07-17T07:28:05.228684Z
마지막 수정 시각 (UTC) 2026-07-17T07:28:13.275625Z



근거 Evidence:pivot-b200-portable-pipeline-hash-a01: git commit 038c9cd00c25fc83678d4d698f8780bfc5d96369; scripts/pivot_calibration/common.py::pipeline_code_sha256


코드 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-17T07:28:13.275625Z
Changed only pipeline_code_sha256 to use a package-relative file-tree digest. Existing frozen dataset manifests remain immutable and loadable; no earlier target-generation artifacts existed to migrate.