todo(13): open

This commit is contained in:
Tiara Rodney 2026-06-18 00:17:06 +02:00
parent b8843557d7
commit a37e52aacf
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

17
TODO
View file

@ -214,3 +214,20 @@ Description: iter_keepers reads only raw per-trajectory .json - one of three
lazily so the trainer needs neither posix-sdc nor huggingface_hub
for the raw/jsonl paths). Unit tests for the raw-dir and jsonl
dispatch.
--ISSUE
Content-Type: application/issue
ID: 13
Type: feature
Title: reference posix-sdc three ways for seamless multi-machine dev
Status: open
Priority: medium
Created: 2026-06-17
Module: sekft
Relationships:
Description: Wire the posix-sdc dependency as a triplet: the abstract
posix-sdc[hub] in pyproject (so the trainer's --hub path can reach
the Hub via huggingface_hub); the published wheel from the private
index in Pipfile [packages]; the git develop branch in Pipfile
[dev-packages] for develop-time. Commit Pipfile.lock so the
dependency surface and lock land together.