Fork me on GitHub
#data-science
<
2023-01-25
>
Carlo16:01:48

Did someone use onnxruntime-web in clojurescript? I'm having problems loading models because a wasm context is needed but I'm unsure how to provide it.

Carlo16:01:15

Nevermind, it seems the documentation I was looking at was silently using the copy webpack plugin to move .wasm file around. I moved them manually (from node_modules/onnxruntime-web/dist/*wasm to public/js and the particular error I was having went away.