Update CI
CI / Build & Test (push) Successful in 40m52s

This commit is contained in:
2026-09-08 01:28:07 -04:00
parent c77c3c8d58
commit 778d540273
16 changed files with 244 additions and 30 deletions
+6
View File
@@ -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 (_) {}