PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

Move Orchestra to syft

Open itstauq opened this issue 1 year ago • 1 comments

Description

As part of removing Hagrid from our codebase, we are moving Orchestra to Syft in this PR.

Additionally, we've made some significant changes to streamline Orchestra. Firstly, we've narrowed down deployment options to just two types:

DeploymentType.PYTHON: This is for launching Syft in-memory using Python. DeploymentType.REMOTE: For scenarios where the Syft stack is already up and running on a specified URL and port.

Moreover, to tidy things up, we've eliminated a few parameters from Orchestra.launch(). These include cmd, tag, verbose, render, and in_memory_workers. These parameters were specific to the deploy_to_container function, which is now removed.

This PR closes OpenMined/Heartbeat#1220 and OpenMined/Heartbeat#1306

Checklist

itstauq avatar May 07 '24 10:05 itstauq

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB