Skip to content
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] model cannot load after 1.19 #22071

Open
chopin1998 opened this issue Sep 12, 2024 · 3 comments
Open

[Web] model cannot load after 1.19 #22071

chopin1998 opened this issue Sep 12, 2024 · 3 comments
Labels
ep:WebGPU ort-web webgpu provider platform:web issues related to ONNX Runtime web; typically submitted using template

Comments

@chopin1998
Copy link

chopin1998 commented Sep 12, 2024

Describe the issue

my code can run under 1.18.x

but after upgrade (npm install) to 1.19

cannot load

image

just downgrade to 1.18, fine again.

ONNX Runtime Version or Commit ID

[email protected]

Execution Provider

'webgpu' (WebGPU)

@chopin1998 chopin1998 added the platform:web issues related to ONNX Runtime web; typically submitted using template label Sep 12, 2024
@github-actions github-actions bot added the ep:WebGPU ort-web webgpu provider label Sep 12, 2024
@guschmue
Copy link
Contributor

we stopped shipping the packages for none simd support in [email protected] since there should be very few environments out there that don't support simd.
What system do you use?
Or is the app setting
ort.env.wasm.simd = false?

@chopin1998
Copy link
Author

we stopped shipping the packages for none simd support in [email protected] since there should be very few environments out there that don't support simd. What system do you use? Or is the app setting ort.env.wasm.simd = false?

my system is Linux (ubuntu 22.04 based)

@gyagp
Copy link
Contributor

gyagp commented Sep 13, 2024

"3c 21 64 6f" in ascii means "<!do", which implies you're loading a html file, instead of wasm. Please double check (in devTools/Network) if your ort-wasm-simd-threaded.jsep.wasm is valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:WebGPU ort-web webgpu provider platform:web issues related to ONNX Runtime web; typically submitted using template
Projects
None yet
Development

No branches or pull requests

3 participants