From d78a8028d2eeabc23bba4c7dc6ca6134d45c46ec Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 18 Jun 2026 00:03:19 +0200 Subject: [PATCH] todo(12): in-progress sft.load_turns(data, hub, revision) yields turns from a raw rollout dir (keep-filtered), a curated .jsonl file, or the published corpus via posix-sdc load_trajectories (Hub fallback), imported lazily; sekft-train gains --hub and --revision and dispatches --data by dir-vs-.jsonl; train() and inspect() use it; unit tests cover the raw-dir and jsonl paths; existing tests stay green; mypy strict clean. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 981dfa7..bf353f1 100644 --- a/TODO +++ b/TODO @@ -197,7 +197,7 @@ Content-Type: application/issue ID: 12 Type: feature Title: load training data from a raw dir, a curated jsonl, or the Hub -Status: open +Status: in-progress Priority: medium Created: 2026-06-17 Module: sekft