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
Appears to be a case of reinterpreting UTF-8/ASCII text as UTF-16. If you decode the UTF-16 and interpret the bytes as an ASCII string you get ./model.onnx.
What version of Bun is running?
1.2.5+013fdddc6
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What steps can reproduce the bug?
cd samples/nodejs/01_basic-usage
bun install
bun index.js
What is the expected behavior?
data of result tensor 'c': 700,800,900,1580,1840,2100,2460,2880,3300
(returns with Bun 1.2.4 / Node)
What do you see instead?
failed to inference ONNX model: Error: Load model from ⼮潭敤湯确 failed:Load model ⼮潭敤湯确 failed. File doesn't exist.
or if remove try/catch block
Additional information
If I downgrade Bun to 1.2.4 or if i use WSL with Ubuntu, problem disappears
The text was updated successfully, but these errors were encountered: