-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ezkl on windows - prove error #883
Comments
Are you sure all the files in the command are there? Best if you can provide a minimum complete (non)-working example. Does this circuit work on colab? |
hi, i am basically doing the same thing on 2 machines:
your CLI install script is bash based so to make it run on windows i had to download the release / extract / rename to .exe and execute that directly ./ezkl gen-settings ./ezkl get-srs --srs-path srs.data --settings-path settings.json ./ezkl compile-circuit --model network.onnx --settings-path settings.json after that when i run setup it crashes on windows, but works on ubuntu, so i tried copying the keys and just run the prove on windows, but that crashes as displayed above, when i run setup on windows this is the crash i get: $Env:RUST_LOG = "trace" |
you might want to provide an ezkl repo path |
running ezkl on windows
./ezkl.exe prove --compiled-circuit model.compiled --witness witness.json --pk-path pk.key --proof-path proof.json --srs-path srs.data --check-mode unsafe
explodes with:
thread 'main' panicked at src\execute.rs:77:55:
called
Result::unwrap()
on anErr
value: NotPresentstack backtrace:
0: 0x7ff6fb6421e0 -
1: 0x7ff6faba31a9 -
2: 0x7ff6fb622dd7 -
3: 0x7ff6fb6439de -
4: 0x7ff6fb644a67 -
5: 0x7ff6fb6444b6 -
6: 0x7ff6fb64440f -
7: 0x7ff6fb6443f6 -
8: 0x7ff6fc3b0d94 -
9: 0x7ff6fc3b1250 -
10: 0x7ff6fc3b5762 -
11: 0x7ff6fc3d72aa -
12: 0x7ff6fafddece -
13: 0x7ff6fafd9222 -
14: 0x7ff6fafd1375 -
15: 0x7ff6fb0c6d3c -
16: 0x7ff6faf6a65b -
17: 0x7ff6faf675f6 -
18: 0x7ff6fa9c1b33 -
19: 0x7ff6faabf05f -
20: 0x7ff6faaba0ee -
21: 0x7ff6fa8e7886 -
22: 0x7ff6faac3578 -
23: 0x7ff6fc3a055c -
24: 0x7ffe2ae34cb0 - BaseThreadInitThunk
25: 0x7ffe2b6bedcb - RtlUserThreadStart
full trace attached
trace.txt
The text was updated successfully, but these errors were encountered: