You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run rather simple automatic-speech-recognition model with onnxruntime-web v1.20.0 in a browser, witch fails in runtime with:
bug.mjs:5462 Uncaught (in promise) TypeError: yn[s] is not a function
at ip (bug.mjs:5462:61)
at ort-wasm-simd-threaded.jsep.wasm:0x7f697f
at I.<computed> (bug.mjs:5679:28)
at ar (bug.mjs:4926:45)
at Qi (bug.mjs:5715:135)
at s (bug.mjs:5718:19)
at Do (bug.mjs:4576:26)
at bug.mjs:5659:23
System Info
transformers.js: 3.0.2
chrome: 130
OS: macos
Environment/Platform
Description
I am trying to run rather simple
automatic-speech-recognition
model with onnxruntime-web v1.20.0 in a browser, witch fails in runtime with:Reproduction
bug.src.mjs
index.html
build:
When
wasmPaths
is not defined (using default value from transformers.js v3.0.2), there is no runtime error and program completes as expectedThe text was updated successfully, but these errors were encountered: