-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
WASM: External initializers are not enabled in this build
#192
Comments
@mush42 Are you able to upload the converted |
Should be fixed by 80be206 |
@decahedron1 |
Can you confirm that 80be206 fixed this issue by setting [dependencies]
ort = { git = "https://github.com/pykeio/ort.git", rev = "80be2068296b04e8ae0a442d4b9c2d635362d07e" } |
@decahedron1 I confirm that the commit fixes the issue. |
@decahedron1 |
My model is now live at: |
Do you have any idea of what has been added to nightly to make ort work in wasm-unknown-unknown? Just came by this: |
No idea. My best guesses are rust-lang/rust#124036 or the LLVM 18 upgrade (which should land in v1.78 stable, releasing tomorrow). |
OK. Whatever it is, it seams to add around 5-6 MB to the Using stable, my build is around 6 MB when compiled with stable, jumped to 12 MB when compiled with nightly. |
@decahedron1
Build and load of wasm module in the browser is successful.
But when inferencing the model, I face following error:
I'm using an
ort
model.Originally posted by @mush42 in #75 (comment)
The text was updated successfully, but these errors were encountered: