This commit is contained in:
Vendored
+4
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user