@@ -102,6 +102,12 @@ export async function warmDefaultModules() {
|
||||
try {
|
||||
await import('@qvac/inference/llamacpp-completion/plugin');
|
||||
} catch (_) {}
|
||||
try {
|
||||
await import('@qvac/audiogen-ggml');
|
||||
} catch (_) {}
|
||||
try {
|
||||
await import('@qvac/inference/audiogen-ggml/plugin');
|
||||
} catch (_) {}
|
||||
try {
|
||||
await import('@qvac/inference/models');
|
||||
} catch (_) {}
|
||||
|
||||
Reference in New Issue
Block a user