Keep the two book templates the paid runs were built from: the reports cite them by path and hash only
This commit is contained in:
parent
de68ddf96b
commit
a646a7a375
3 changed files with 60 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
# Шаблоны книги двух платных прогонов — сохранены из умирающего стенда
|
||||
|
||||
Прогоны A и B (акты `D39.247`, `D39.252`) шли со стендов `~/tm-coldrun-a|b`, и их `book.yaml` собирался из этих
|
||||
двух шаблонов. Улики самих прогонов версионируются в репозитории книг (`books/gu-zhenren/door-to-file`,
|
||||
`door-to-file-b`), а шаблоны жили только в стенде: отчёты `docs/experiments/24-door-to-file.md` и `25-door-to-file-b.md`
|
||||
ссылаются на них ПУТЁМ и sha256, а содержимого не несут. ⇒ при смерти окружения воспроизвести платный прогон было бы
|
||||
нечем: 23 строки, которых нет нигде.
|
||||
|
||||
- `book-template-c1.yaml` — боевой пайплайн прогона (sha256 начинается на `4118a43059dba64a`, сверить с таблицей в отчёте 25).
|
||||
- `book-template-zero.yaml` — $0-вариант того же шаблона.
|
||||
|
||||
⚠ **Это улика, а не рецепт.** Промт нового прогона переписывается (акт `D39.274`: 96 глав вместо 93, срез по тексту,
|
||||
`langpack_root`), и шаблон оператора сегодня пишет платформа (`platform/deploy/README.md`). Брать отсюда — только для
|
||||
воспроизведения ПРОШЛЫХ прогонов.
|
||||
23
docs/archive/reports/COLDRUN_STAND_TEMPLATES_2026-09/book-template-c1.yaml
Executable file
23
docs/archive/reports/COLDRUN_STAND_TEMPLATES_2026-09/book-template-c1.yaml
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
# Cold run B — PAID template. Both paths point at the freeze mirror; the pipeline is byte-identical
|
||||
# to the shipping backend/configs/pipeline-c1.yaml of the freeze (cmp), and the models registry is
|
||||
# the shipping one, untouched.
|
||||
book_id: paid-zh
|
||||
title: 蛊真人
|
||||
source_lang: zh
|
||||
target_lang: ru
|
||||
audience: взрослые читатели вебновелл
|
||||
adult: false
|
||||
venuti: 0.6
|
||||
honorifics: keep
|
||||
transcription: palladius
|
||||
footnotes: minimal
|
||||
|
||||
pipeline: /home/ubuntu-26/tm-coldrun-b/mirror/cfg/pipeline-c1.yaml
|
||||
models: /home/ubuntu-26/tm-coldrun-b/mirror/cfg/models.yaml
|
||||
langpack_root: /home/ubuntu-26/tm-coldrun-b/mirror/cfg/langpacks
|
||||
source_file: chapter1-zh.txt
|
||||
project_db: project.db
|
||||
|
||||
ceilings:
|
||||
book_usd: 1.25
|
||||
day_usd: 2.50
|
||||
23
docs/archive/reports/COLDRUN_STAND_TEMPLATES_2026-09/book-template-zero.yaml
Executable file
23
docs/archive/reports/COLDRUN_STAND_TEMPLATES_2026-09/book-template-zero.yaml
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
# Cold run B — SMOKE template ($0 arm). Pipeline rendered onto the local provider; the models
|
||||
# registry differs from the shipping one by ONE line: a nominal price for the local model, without
|
||||
# which a book the pipeline translates for free cannot be priced and therefore cannot be sold.
|
||||
book_id: smoke-zh
|
||||
title: 苍梧城手记
|
||||
source_lang: zh
|
||||
target_lang: ru
|
||||
audience: взрослые читатели вебновелл
|
||||
adult: false
|
||||
venuti: 0.6
|
||||
honorifics: keep
|
||||
transcription: palladius
|
||||
footnotes: minimal
|
||||
|
||||
pipeline: /home/ubuntu-26/tm-coldrun-b/mirror/cfg/pipeline-zero.yaml
|
||||
models: /home/ubuntu-26/tm-coldrun-b/mirror/cfg/models-smoke.yaml
|
||||
langpack_root: /home/ubuntu-26/tm-coldrun-b/mirror/cfg/langpacks
|
||||
source_file: chapter1-zh.txt
|
||||
project_db: project.db
|
||||
|
||||
ceilings:
|
||||
book_usd: 1.25
|
||||
day_usd: 2.50
|
||||
Loading…
Add table
Reference in a new issue