feat: move translation to web worker and update transformers.js#59
feat: move translation to web worker and update transformers.js#59jeremio wants to merge 3 commits intonaeruru:mainfrom
Conversation
- Moves the translation logic to a web worker to run in the browser. - Updates transformers.js to v3 to enable GPU support. - Removes the old translation worker from the Electron main process. - Fixes various TypeScript errors and configuration issues.
|
awesome!! the worker works on web side now. however it seems to be having issues using works fine with |
|
Hi @naeruru, To debug this webgpu issue, I need:
I haven't seen these errors on my Ubuntu/Chrome/GTX 1660 setup, so the browser console errors suggest webgpu compatibility issues with your specific environment. Thanks |
|
cant seem to get it to work on multiple rigs. Ive tried changing the
steps to reproduce are simply:
|


Description
What is the purpose of this pull request?