Possibility of Parallel Verification for Accelerating Large Model Verification #301
-
DescriptionI am currently using ekzl to verify a large model composed of approximately 60 layers, including 13 Conv layers. However, when I ran the command
QuestionI have several questions and would appreciate any help and advice.
and encounter the following error:
Could this error be related to the parameters including Any insights are appreciated, thanks for the hard work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @ExcellentHH thank you as always for your questions. Can you send me the full pipeline of commands you're using ? from proving to verification so I can replicate what you're seeing. It looks like you're changing the parameters between proving and verification -- which shouldn't be done :) |
Beta Was this translation helpful? Give feedback.
Hey @ExcellentHH looks like with 2^17 you hit the column limit for halo2 :) we have a "calibration" pass which helps pick those parameters out. As you've noticed its in the
gen-circuit-params
command. We have some instructions in the docs on how to use it but we have an update in #300 that we're about to merge which makes it even easier to use and splits it into a separatecalibrate-settings
command