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
Same thing happens when trying to generate witness from these files on nodejs
/home/tri/whale/agentserve/node_modules/@ezkljs/engine/nodejs/ezkl.js:799
const ret = new Error(getStringFromWasm0(arg0, arg1));
^
Error: Failed to deserialize compiled model: invalid value: integer `2`, expected variant index 0 <= i < 2
at module.exports.__wbindgen_error_new (/home/tri/whale/agentserve/node_modules/@ezkljs/engine/nodejs/ezkl.js:799:17)
at wasm://wasm/0102c642:wasm-function[2359]:0x3a100d
at Object.module.exports.genWitness (/home/tri/whale/agentserve/node_modules/@ezkljs/engine/nodejs/ezkl.js:407:14)
at <anonymous> (/home/tri/whale/agentserve/src/test.ts:18:31)
Node.js v21.1.0
The text was updated successfully, but these errors were encountered:
When running the app https://ezkljs-engine.vercel.app/gen-witness with MNIST compiled model & input obtained here https://github.com/zkonduit/ezkljs-engine/tree/1b572b28ede906e73d7eee48be122bf571e14b80/public/data/mnist, error is shown as below
Same thing happens when trying to generate witness from these files on nodejs
The text was updated successfully, but these errors were encountered: