Skip to content

Commit

Permalink
Update DEPLOYMENT.md
Browse files Browse the repository at this point in the history
update DEPLOYMENT.md
  • Loading branch information
joyoFeng authored Nov 30, 2020
1 parent f063d5b commit 7b4bfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cd Rosetta && bash compile_and_test_all.sh

After Installing Rosetta, we can test whether it works or not. We can do this by building a demo of the [millionaire problem][millionaire-problem]. `Rosetta` uses a 3-party `MPC` model that requires the deployment of three computing nodes, which can be deployed on real multiple machines or be simulated in s single machine with multi-processes.

> `Rosetta` is based on TensorFlow. And currently, we does NOT support its distributed execution model.
> `Rosetta` is based on TensorFlow. Currently, it only supports non-distributed graph execution.
### Example

Expand Down

0 comments on commit 7b4bfaf

Please sign in to comment.