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 have onnxruntime installed through brew install onnxruntime. Re. this issue - #1246 - I updated tauri.conf.json first to point to my installed dylib instead of frameworks/libonnxruntime.dylib.
I can then run npm run start-app from the root directory, and briefly access the web app at http://localhost:5173/, before it crashes with the error from here.
Describe the bug
Trying to run the app with
npm run start-app
, it crashes shortly after starting with this error.Expected behavior
npm run start-app
not to panic.To Reproduce
Following the instructions at https://github.com/BloopAI/bloop/blob/e0d3fec2884e88d229b91638d34ee157edeb148b/apps/desktop/README.md.
I have
onnxruntime
installed throughbrew install onnxruntime
. Re. this issue - #1246 - I updatedtauri.conf.json
first to point to my installed dylib instead offrameworks/libonnxruntime.dylib
.I can then run
npm run start-app
from the root directory, and briefly access the web app at http://localhost:5173/, before it crashes with the error from here.bloop/apps/desktop/src-tauri/src/config.rs
Lines 18 to 21 in e0d3fec
config/config.json
exists in my local repo atapps/desktop/src-tauri/config/config.json
.npm run start
(running the Tauri app in release mode) doesn't give this issueThe text was updated successfully, but these errors were encountered: