Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just take witness as a request and generate proof as a response #75

Open
PrakharSingh0908 opened this issue Nov 6, 2024 · 1 comment

Comments

@PrakharSingh0908
Copy link

It be good if you guys make some sort of server mode which will just take witness as a request and generate proof as a response. I think it doesn't really make sense to load zkey and initialize GPU on every run.

@javiersuweijie
Copy link
Collaborator

This is currently done to reduce cost of keeping a GPU around when there isn't any jobs running. If there are multiple jobs done in succession, the container will be re-used and the zkey + GPU will not be cold started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants