semaphore-mtb
semaphore-mtb copied to clipboard
Add support for multiple batch sizes to the prover
While we don't want one instance to support multiple batch sizes, we need to do some work and deploy multiple instances:
- [ ] Add an endpoint to the prover service to query it for its configuration parameters (including batch-size and tree-depth).
- [ ] Deploy multiple instances of the prover service.