tenseleyflow/documentlanguagemodel / cda2c03

Browse files

Scrub remaining module jargon

Authored by espadonne
SHA
cda2c03669c7ed535a2a4090d5cd9e3bf2be95ef
Parents
808467f
Tree
e8b6fa0

2 changed files

StatusFile+-
M src/dlm/share/sinks.py 1 1
M src/dlm/watch/__init__.py 1 1
src/dlm/share/sinks.pymodified
@@ -5,7 +5,7 @@ Four schemes recognized today:
55
 - `hf:<org>/<repo>`     → HuggingFace Hub
66
 - `https://...`         → generic HTTPS URL
77
 - `http://...`          → generic HTTPS URL (warns on insecure scheme)
8
-- `peer://host:port/<path>?token=...` → LAN peer (Sprint 28 serve)
8
+- `peer://host:port/<path>?token=...` → LAN peer
99
 - `<local/path>` OR `/abs/path`       → local filesystem
1010
 
1111
 Everything else raises `UnknownSinkError`.
src/dlm/watch/__init__.pymodified
@@ -1,4 +1,4 @@
1
-"""`dlm train --watch` — save-to-train loop (Sprint 25).
1
+"""`dlm train --watch` — save-to-train loop.
22
 
33
 Heavy imports (`watchfiles`, the trainer) are deferred so this
44
 module's collection cost is small. Public surface: