Switching to processes and whisper.cpp to avoid transformers.js memory leaks
All checks were successful
Publish Library / Build NPM Project (push) Successful in 38s
Publish Library / Tag Version (push) Successful in 5s

This commit is contained in:
2026-02-20 21:50:01 -05:00
parent 790608f020
commit 39537a4a8f
9 changed files with 215 additions and 262 deletions

View File

@@ -5,7 +5,6 @@ export default defineConfig({
build: {
lib: {
entry: {
asr: './src/asr.ts',
index: './src/index.ts',
embedder: './src/embedder.ts',
},