-
Notifications
You must be signed in to change notification settings - Fork 3
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
Aurel/server hawk #1023
Merged
Merged
Aurel/server hawk #1023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
naure
commented
Feb 13, 2025
…o aurel/server_hawk
Linear task for tracking: https://linear.app/worldcoin/issue/POP-2157/local-environment-initial-setup-for-hnsw |
7 tasks
carlomazzaferro
approved these changes
Feb 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goals of the PR is enabling smooth local development of the HNSW-based implementation of the SMPC protocol with all its infrastructure dependencies, as well as having a self-contained way of running the server without GPU dependencies.
Parts of the PR are:
2 options to run locally:
1. Locally run a single server without Docker (recommended for quick iteration)
Step 1: run ancillary services
Step 2: run service with the init script for Party 0
The script must run with
--init-servers
flag at least once. It will create some AWS resources, but after that it can run without it.2. Run everything with docker
Just run
It will bring up the 3 parties plus all the needed AWS/DB resources
What else is missing
iris-mpc-gpu
to whatiris-mpc-cpu
expects. Namely, ensure thatBatchQuery
can be consumed by theHawkActor
iris-mpc-cpu
to what we need to produce to be sent to SQS. Iniris-mpc-gpu
, this is encapsulated by theServerJobResult
. Iniris-mpc-cpu
, the construct used isHawkResult