Skip to content

[ZK Stack] - Compressor giving up after 5 attempts #977

Answered by EmilLuta
eierina asked this question in ZK Stack
Discussion options

You must be logged in to vote

Hey @eierina. Thanks for reaching out. Let me try to clarify, I'll go top down and answer each question:

  1. Both processes can share the GPU, but they have to have GPU available. Prover at start time will allocate ALL VRAM available. You can always limit it with --max-allocation (comes from here).
  2. About the exact error, I'm not sure, as it comes from CUDA. It's very likely that your assessment is correct, but if not, please circle back to this issue and I'll assist further.
  3. About resource usage, circuit prover can work with as low as 8 GB of VRAM (albeit, it'll be super slow) & works best at around 20GB. Compressor works with 20GB of VRAM (IIRC), but works best with 24GB of VRAM.
  4. About rest…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eierina
Comment options

Answer selected by antonbaliasnikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
2 participants