Yulong Wang

Results 218 comments of Yulong Wang

I am not familiar with plasmo. I think it is using parcel as bundler, so there might be some steps needed to configure parcel to deploy the required files

It is related to deploying WebAssembly files. Please refer to https://github.com/microsoft/onnxruntime/issues/19831#issuecomment-1986587685. BTW, before version 1.19.0-dev.20240521-068bb3d5ee, the version of WebAssembly file need to match the JS file.

> env.wasm.wasmPaths = window.location.origin + "/node_modules/onnxruntime-web/dist/"; If you set this in the code, you also need to make sure the file is served by the server. I know that React...

> > > env.wasm.wasmPaths = window.location.origin + "/node_modules/onnxruntime-web/dist/"; > > > > > > If you set this in the code, you also need to make sure the file is...

The support of WebGL backend is currently in maintenance mode. You are welcome to contribute or using WebGPU is recommended as a replacement of WebGL.

Hi @vasanthzoh, thank you very much for following up. Do you have the code as mentioned by @shriramrsr on Sep.29? Would you please help to create a PR based on...

> [@fs-eire](https://github.com/fs-eire) I'm not sure which code you are referring to, could you please elaborate? @shriramrsr mentioned earlier in this thread: > I removed unnecessary background JS logic and the...

The performance data shown [here](https://github.com/microsoft/onnxruntime/issues/26026#issuecomment-3350212056) makes sense to me. I mean, it is not very good (3x slowness is definitely a lot of room to improve), but somehow able to...

latest v3 branch is using `"onnxruntime-web": "1.19.0-dev.20240804-ee2fe87e2d",` and I believe WebAssembly multi-thread should be already supported in this version (unless you use in CSP restricted environment, eg. ServiceWorker). Please have...