feat: Train › Jobs view — finetune job queue UI #49

Closed
opened 2026-05-01 12:13:12 -07:00 by pyr0ball · 1 comment
Owner

Context

New view for managing the finetune job queue (backed by #43).

Work

  • TrainJobsView.vue at /train/jobs
  • Job creation form: select job type (classifier / llm-sft), model key, data source, hyperparams
  • Queue list: shows queued/running/completed/failed jobs with status badges
  • Running job: live log streaming via SSE
  • Completed job: link to Results view
  • Failed job: error message + retry button

Acceptance

  • Can create classifier and llm-sft jobs from UI
  • Live log updates without page refresh
  • Queue survives server restart
## Context New view for managing the finetune job queue (backed by #43). ## Work - `TrainJobsView.vue` at `/train/jobs` - Job creation form: select job type (classifier / llm-sft), model key, data source, hyperparams - Queue list: shows queued/running/completed/failed jobs with status badges - Running job: live log streaming via SSE - Completed job: link to Results view - Failed job: error message + retry button ## Acceptance - Can create classifier and llm-sft jobs from UI - Live log updates without page refresh - Queue survives server restart
pyr0ball added this to the v2 — Pipeline Architecture milestone 2026-05-01 12:13:12 -07:00
pyr0ball added the
frontend
label 2026-05-01 12:13:12 -07:00
Author
Owner

Shipped in the Apr 19–May 4 sprint. TrainJobsView (job queue, submission form, cancel, SSE log stream) landed.

Shipped in the Apr 19–May 4 sprint. TrainJobsView (job queue, submission form, cancel, SSE log stream) landed.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/avocet#49
No description provided.