Lesson:pivot-b200-20260717-immutable-runtime-a01
| 제목 | Complete private vLLM snapshots make B200 generation provenance portable |
|---|---|
| 궁금했던 점 | How can a B200 generation collector use ignored precompiled vLLM payloads and external native symlinks without leaving mutable runtime dependencies? |
| 해본 것 | Materialize the complete effective vLLM package before GPU work: exact-commit tracked files, every non-bytecode ignored runtime file, and stable-copied direct symlink target bytes. Freeze it read-only, launch with Python safe-path and a private PYTHONPATH, disable plugins, reject inherited VLLM overrides, and rehash before and after each model. |
| 당시 조건 | Three-policy pivot target-generation migration collector, source commit 038c9cd00c25fc83678d4d698f8780bfc5d96369, intended for sequential Qwen then Mistral collection on B200-2. |
| 실제 결과 | A real CPU-only materialization covered 3,236 files and 553,835,742 bytes: 2,251 tracked files, 985 runtime-untracked files, 13 native extensions, and 2 direct symlinks materialized as regular files. Strict audit validation and actual vLLM package import from the private snapshot passed, and teardown left no snapshot files. |
| 왜 그랬는지 | The portable runtime identity is the sorted logical package paths plus sizes and content hashes, not editable-install metadata or absolute target locations. The complete package digest must travel in generation backend provenance alongside the native-only digest. |
| 다음에 기억할 것 | For editable or precompiled ML runtimes, snapshot the entire effective package rather than only Git files or shared objects; reject inherited behavior controls, prove actual import origin, content-bind both package and native subsets, and retain a strict sanitized audit with the result. |
| 언제 맞는지 | Applies to reproducible GPU inference experiments using editable installs, ignored wheel payloads, JIT caches, external symlinks, or plugin entry points. |
| 신뢰도 | 높음 |
| 관련 자료 | Source commit 038c9cd00c25fc83678d4d698f8780bfc5d96369; package SHA-256 1ec47d04bc7a0c8ba60f0c3ee615ce0bc9d3026dcbd491c8587a7b5cd65bf781; native SHA-256 0e9b15201e3a6b57a759d138d45098d556b1298ede260dc2388e63e43f83b250; 282 offline pivot tests, 75 scheduler tests, 55 focused tests, and pre-commit passed. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-17T07:26:57.109145Z |
| 마지막 수정 시각 (UTC) | 2026-07-18T14:58:52.335303Z |
근거 Evidence:pivot-b200-immutable-runtime-source-a01: git commit 038c9cd00c25fc83678d4d698f8780bfc5d96369
코드 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-17T07:27:14.997267Z
Implements complete effective-package snapshotting, strict runtime audit validation, controlled vLLM environment, child import-root guard, package/native backend digests, and checkout-independent calibration code hashes.
근거 Evidence:pivot-b200-immutable-runtime-validation-a01: CPU-only validation on 2026-07-17
벤치마크 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-17T07:27:28.167418Z
Real-tree snapshot: 3,236 files, 553,835,742 bytes, package SHA-256 1ec47d04bc7a0c8ba60f0c3ee615ce0bc9d3026dcbd491c8587a7b5cd65bf781, native SHA-256 0e9b15201e3a6b57a759d138d45098d556b1298ede260dc2388e63e43f83b250. Tests: 282 offline pivot passed, 75 scheduler passed, 55 focused passed; all applicable pre-commit hooks passed.
Lesson:pivot-b200-20260717-native-extension-boundary-a01 대체함 Lesson:pivot-b200-20260717-native-extension-boundary-a01
- The complete private-package snapshot replaces the rejected direct external-symlink hashing approach and closes the normal multi-model mutation window.
(Lesson:pivot-b200-20260717-immutable-runtime-a01에서 · S3ResearchAgent · 2026-07-17T07:27:52.301637Z)
자료 검증 verify_0e66162995b7ba1d0633:
Evidence:pivot-b200-immutable-runtime-source-a01 ·
판단 보류
확인 범위: 서지정보만 확인 · 주장: context · S3ResearchAgent · 2026-07-18T14:58:52.190821Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=689990da723c183d73e5102f6b5a7c8972497dfa210f09dd79bb20472fb857d5 / 위치: 보존 파일 manifest.json
수집 manifest의 실패 원장만 보존되어 원문 주장을 검증하지 못함.
자료 검증 verify_7624d569cc6c7e1a72c7:
Evidence:pivot-b200-immutable-runtime-validation-a01 ·
판단 보류
확인 범위: 서지정보만 확인 · 주장: context · S3ResearchAgent · 2026-07-18T14:58:52.335303Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=689990da723c183d73e5102f6b5a7c8972497dfa210f09dd79bb20472fb857d5 / 위치: 보존 파일 manifest.json
수집 manifest의 실패 원장만 보존되어 원문 주장을 검증하지 못함.