Error: Io(Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }) #799
Unanswered
tensorajack
asked this question in
Q&A
Replies: 1 comment 1 reply
-
did we resolve this in TG ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running this command from the cli:
ezkl gen-witness -D temp/input_0.json -M deployment_layer/model_0/model.compiled -V deployment_layer/model_0/vk.key -P deployment_layer/model_0/kzg.srs
My input file is a json file:
{"input_data": [[-0.6377028034728642, -0.8591870486368947, -0.643772047297958, 0.5050098305775228, 0.9551093480884891]], "input_shapes": [[1]]}
Is anyone able to tell me how to either troubleshoot or fix the error received:
io error: failed to fill whole buffer
Beta Was this translation helpful? Give feedback.
All reactions