You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is a naive question, but I was curious, in the context of web gpu usage, how this repo comparses / contrasts from transformers.js for web usage. Thank you very much for your work on this project.
For context, I am trying to work on getting the speech to text models for piper working on the web with GPU inference. (If you have any opinions / guidance on that, that would be much appreciated too!)
(The wasm code is found here: https://github.com/diffusionstudio/piper-wasm)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Apologies if this is a naive question, but I was curious, in the context of web gpu usage, how this repo comparses / contrasts from transformers.js for web usage. Thank you very much for your work on this project.
For context, I am trying to work on getting the speech to text models for piper working on the web with GPU inference. (If you have any opinions / guidance on that, that would be much appreciated too!)
(The wasm code is found here: https://github.com/diffusionstudio/piper-wasm)
Essentially I have been looking through the following as well and not entirely sure which is best.
https://onnxruntime.ai/
https://onnxruntime.ai/docs/tutorials/web/ep-webgpu.html
https://huggingface.co/docs/transformers.js/index
Beta Was this translation helpful? Give feedback.
All reactions