Merge remote-tracking branch 'origin/main' into fix/runtime-validation-2176

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Palash Debnath
2026-09-17 20:42:36 +05:30
48 changed files with 169 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ the frozen-backend fallback mirror it for their toolchains.
### Fixed
- Validate Python dependencies before reusing a desktop runtime and offer setup for incomplete environments (#2176)
- Check active model cloning support before starting voice conversion (#2147)
- Accept both valid SIGKILL diagnostics in the desktop lifecycle regression check (#2170)
- Repair CTranslate2 loading safely across ASR and translation, and retain the loaded Whisper model during CPU fallback (#2165) — thanks @guruthechosen!