Complete local Bare smoke path
Rolling release / release (push) Successful in 9m29s

This commit is contained in:
2026-09-11 18:27:56 -04:00
parent 354e25995a
commit 7f92e3311b
4 changed files with 16 additions and 4 deletions
+4
View File
@@ -79,7 +79,11 @@ async function ensureInit() {
// the in-process inference surface and register the engines they own.
mod = await import('@qvac/inference');
const { llmPlugin } = await import('@qvac/inference/llamacpp-completion/plugin');
const { whisperPlugin } = await import('@qvac/inference/whispercpp-transcription/plugin');
const { ttsPlugin } = await import('@qvac/inference/tts-ggml/plugin');
mod.registerPlugin(llmPlugin);
mod.registerPlugin(whisperPlugin);
mod.registerPlugin(ttsPlugin);
} else {
mod = await import('@qvac/sdk');
}