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:
parent
feebe5cae4
commit
2818db8037
12 changed files with 611 additions and 34 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue