feat: cf-orch dispatch for training jobs (Phase 3) #54
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Currently all training runs locally. For large models (7B+ SFT, voice finetuning) the job queue should be able to dispatch to cf-orch nodes.
Work
app/train/train.pyjob dispatch to support remote targets{target: "local" | "cf-orch", node_filter: {...}}Depends on