[ZK Stack] - Multi-prover generates proof problems #317
-
Module Affected
Rust Version1.73.0-nightly Operating System
Issue Description
Expected BehaviorJobs for a class of circuits can be produced proof with multiple prover. Current BehaviorJobs for a class of circuits can only be generated proof with one prover. Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Answered by
robik75
Feb 8, 2024
Replies: 6 comments 4 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bxpana
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
running multiple prover-instances in parallel on the same GPU is not supported.
When a prover instance starts, it allocates as much GPU RAM as it can so if you try to run a second one in parallel, it will fail because all the memory was already taken by the first one.