avocet/app
pyr0ball cc24cd0d7d feat(imitate): parallel cf-text fanout workers + signal-based cold-start detection
Backend:
- Run all cf-text model allocations concurrently via ThreadPoolExecutor + as_completed
- Announce model_start events upfront so the UI can show loading states immediately
- Replace timer-based startup polling with coordinator state signals: waits for
  state=="running" (success) or state=="stopped" (fail-fast) on the matching
  node/gpu instance; falls back to health poll after 6 consecutive probe misses
- Add /api/cforch/catalog endpoint: fetches live cf-text model list from cf-orch,
  filtering out proxy entries (ollama://, vllm://, http://) so only loadable models
  are returned

Frontend (ImitateView.vue):
- Show per-model loading spinners as results arrive via SSE stream
- Display cold-start badge when coordinator signals the model was freshly loaded
2026-04-24 14:56:09 -07:00
..
api.py feat(imitate): parallel cf-text fanout workers + signal-based cold-start detection 2026-04-24 14:56:09 -07:00
cforch.py feat: Imitate tab — pull CF product samples, compare LLM responses 2026-04-09 20:12:57 -07:00
imap_fetch.py refactor: consolidate HTML extraction into app/utils.py 2026-04-08 06:52:15 -07:00
imitate.py feat(imitate): parallel cf-text fanout workers + signal-based cold-start detection 2026-04-24 14:56:09 -07:00
models.py feat: model compatibility warning on HF lookup 2026-04-09 09:48:55 -07:00
sft.py feat(#14): default bench_results_dir + testability seam 2026-04-09 12:28:38 -07:00
utils.py fix: sft router — yaml error handling, none filter, shared jsonl utils, fixture restore 2026-04-08 14:07:09 -07:00