We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to run https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/ort-whisper , the application generates an error:
ERR: [wasm] TypeError: Failed to fetch dynamically imported module: http://localhost:8976/dist/ort-wasm-simd-threaded.mjs
The bundler generates the following files in dist/:
dist/
5726a4787647bcd72cb9.wasm ort-training-wasm-simd-threaded.wasm bundle.min.js ort-wasm-simd-threaded.jsep.wasm bundle.min.js.LICENSE.txt ort-wasm-simd-threaded.wasm
The text was updated successfully, but these errors were encountered:
There was a fix today checked-in to main. This should be fixed the next nightly build. microsoft/onnxruntime#22103
Sorry, something went wrong.
guschmue
No branches or pull requests
Trying to run https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/ort-whisper , the application generates an error:
ERR: [wasm] TypeError: Failed to fetch dynamically imported module: http://localhost:8976/dist/ort-wasm-simd-threaded.mjs
The bundler generates the following files in
dist/
:The text was updated successfully, but these errors were encountered: