Skip to main content

Module application_profile

Module application_profile 

Source
Expand description

Application profiles — how inference is used, not only which GPU path.

Timothy (2026-07-10): on a local device, work need not be live. High-stakes multi-system health eval / differential analysis can run overnight and deliver a verified HTML (or email body). Different applications want different modes:

ProfileLatencyMid-decodePost-turnDecode budgetTimeout
Interactivelowoptionallight25630s
LiveFastlowestoff (FastVerify)graph heal25630s
BatchOvernightirrelevantofffull HTML+CML20488h

No Ollama API: all profiles stay in-process Qualia (P64 + resident GEMV + graph).

Enums§

ApplicationProfile

Functions§

active_application_profile
apply_application_profile
bootstrap_application_profile
Bootstrap from env QUALIA_APP_PROFILE (call early with path selector).
set_application_profile
Apply profile: inference mode, budgets, timeouts, HTML return for batch.