@BlaizeTech I believe my issue is related to WebGPU. I'm trying to run the app in a web browser on Linux Mint, but WebGPU is only supported on Windows and macOS in Chrome. I've been attempting to modify the code to work solely with WebAssembly, but so far, without success.
It's very interesting. thanks for sharing. I have one question ¿Can I run this app on a cpu using Webassembly?
The models run on Webassembly or WebGPU, depending on which one is there. The JS is just there to bootstrap that process.
@BlaizeTech I believe my issue is related to WebGPU. I'm trying to run the app in a web browser on Linux Mint, but WebGPU is only supported on Windows and macOS in Chrome. I've been attempting to modify the code to work solely with WebAssembly, but so far, without success.
@@jonathanvalenciabolanos2009 Sorry that I can't be much of a help. WebGPU is a pretty new standard.