From 15e598bda18dab3584bbf7800842ab9e2c80c34f Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 18 Jun 2026 00:05:36 +0200 Subject: [PATCH] todo(12): done 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 (lazy import; Hub fallback) - verified the hub path yields all 787 trajectories via the editable checkout's data/; sekft-train gains --hub/--revision and dispatches --data by dir-vs-.jsonl; train()+inspect() use it; 9 tests pass (3 new for raw-dir/jsonl/reject); mypy strict clean (5 files). No submodule changes. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index bf353f1..56bc0d4 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: in-progress +Status: done Priority: medium Created: 2026-06-17 Module: sekft