-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Web] warning about the use of eval in Vite #22156
Comments
The only |
We still need protobufjs if using WebGL. If using CPU only, you can import They both do not depend on protobufjs and there should be no |
I tried using wasm import before, but then I get a related issue. |
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details. |
Any update? |
The "use of eval" warning will exist for a while until WebGL backend is eventually go out of lifetime and be replaced by WebGPU. The specific code that uses "eval" is from protobuf.js to ensure the call to I will close this issue because there is no further action item. Will revisit the other issue when I get some time. |
Describe the issue
Whenever I build with Vite I get the following warning message:
To reproduce
Urgency
No response
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.19.2
Execution Provider
'webgl' (WebGL)
The text was updated successfully, but these errors were encountered: