You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-warm the cleanup model when the phone starts recording
The PC unloads its cleanup model after idling to free the GPU, and
reloading takes five to nine seconds. The desktop hides that behind the
hotkey key-down, but the phone gave the PC no signal until the audio
arrived, so the first dictation after a pause paid the whole reload.
The phone API gains POST /v1/warm. It asks Ollama whether the model is
resident rather than trusting the idle timer, and starts the reload in
the background if it is not. The Android app calls it the moment
recording starts and, rate-limited, when a text field gains focus.
Measured: a dictation sent four seconds after warming waited about one
second instead of seven. The default keep-alive rises from 10 to 30
minutes.
LocalFlow 0.2.1; Android 0.1.3 (versionCode 4).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
0 commit comments