• Stefy Lanza (nextime / spora )'s avatar
    admin: whisper-server unload clears registry + gguf file shows loaded · 2b8e69df
    Stefy Lanza (nextime / spora ) authored
    Two whisper-server UI issues on a multi-engine node:
    
    - Unload didn't visibly take effect: a whisper-server is registered both as
      a subprocess (whisper_servers) AND in the generic .models/.model_pools
      registry under audio:<id>. The unload stopped the subprocess but left the
      registry entry, so the row kept showing "Unload". Now it also drops the
      audio:<id>/<id> registry entries (and matches by id, audio:<id>, or the
      gguf model_path, so unloading the file stops every server using it).
    
    - The backing gguf file showed "Load" while its whisper-server was running.
      Surface each running server's _model_path in the loaded-key sets
      (engine-state, model-loaded-status, status) so the GGUF-file row reflects
      that the file is in use.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    2b8e69df
Name
Last commit
Last update
codai Loading commit data...
docs Loading commit data...
packaging Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CODERAI_API_DOCUMENTATION.md Loading commit data...
CoderAI.gif Loading commit data...
DISTRIBUTION.md Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build-oci.sh Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
commands Loading commit data...
osxbuild.sh Loading commit data...
package-oci.sh Loading commit data...
package-tarball.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
run-oci.sh Loading commit data...
smoke-test-oci.sh Loading commit data...
todo.md Loading commit data...
video_editor.config.json Loading commit data...