fix: move to jest-worker and pure node for whisper execution to escape issues with gpu buffer allocation due to electron restrictions

This commit is contained in:
haritabh-z01 2025-07-13 19:15:06 +05:30
parent feebe5cae4
commit 2818db8037
12 changed files with 611 additions and 34 deletions

View file

@ -14,7 +14,7 @@
"turbo": "^2.5.3",
"typescript": "5.8.2"
},
"packageManager": "pnpm@10.4.0",
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=24"
},
@ -42,7 +42,8 @@
"@libsql",
"macos-alias",
"fs-xattr",
"onnxruntime-node"
"onnxruntime-node",
"jest-worker"
]
}
}