Evan Simpson

Results 35 comments of Evan Simpson

@fs-eire thanks for the reply! I copied the ort-wasm-simd-threaded.jsep.wasm into my static files, made sure I'm using `1.19.0` and importing with `import * as ort from 'onnxruntime-web/webgpu';` I get the...

@fs-eire Bundling with webpack 5.93.0 (what the latest Next.js comes with) Yeah, and I see the `1.19.0` package exports for web-gpu ``` "./webgpu": { "node": null, "import": "./dist/ort.webgpu.bundle.min.mjs", "require": "./dist/ort.webgpu.min.js",...

Yeah, there has to be a "next.js" way to get around this either with some aliases, dynamic resolving, or client flags. However, for now, I've just worked around it and...

Can confirm working with `src-tauri/Info.ios.plist`: ``` NSMicrophoneUsageDescription write some text describing the usage of the permission here NSCameraUsageDescription write some text describing the usage of the permission here NSSpeechRecognitionUsageDescription write...