-
Notifications
You must be signed in to change notification settings - Fork 216
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
Refactor: OpenFL support with Gramine. #1079
Closed
MasterSkepticista
wants to merge
45
commits into
securefederatedai:develop
from
MasterSkepticista:karansh1/gramine_refactor
Closed
Refactor: OpenFL support with Gramine. #1079
MasterSkepticista
wants to merge
45
commits into
securefederatedai:develop
from
MasterSkepticista:karansh1/gramine_refactor
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
Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.22.0...v5.28.0-rc3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Signed-off-by: Teodor Parvanov <[email protected]>
* restructure: renamed requirements-linter file Signed-off-by: Pant, Akshay <[email protected]> * restructure: renamed requirements-test file Signed-off-by: Pant, Akshay <[email protected]> * restructure: renamed docs/requirements-docs file Signed-off-by: Pant, Akshay <[email protected]> * restructure: renamed openfl-tutorials/experimental/requirements_workflow_interface file Signed-off-by: Pant, Akshay <[email protected]> * feat(dependabot config): ignore certain directories from the scan Signed-off-by: Pant, Akshay <[email protected]> --------- Signed-off-by: Pant, Akshay <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Signed-off-by: Patrick Foley <[email protected]>
Signed-off-by: Shailesh Pant <[email protected]>
…eratedai#1076) - Added `openfl/utilities/dataloading.py` to provide a way to get data_loader from plan object. `get_dataloader` function will accept the plan object and options like `prefer_minimal` and `input_shape` to provide either full `DataLoader` with training capability or a light `MockDataLoader` with input_shape to make sure we can make task_runner instance without full data context. - Updated `openfl/interface/plan.py` and replaced the data_loader fetch logic to use the new `get_dataloader` - Updated `openfl/interface/model.py` and replaced the data_loader fetch logic to use the new `get_dataloader`. This will make the fx command `fx model save` to be able to save the model without any initial data being present in the workspace. Signed-off-by: Joe Kim <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
…ecurefederatedai#1054) * added no-browser option
) Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Tip moved ahead, many rebase conflicts. New PR will be opened. |
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.
This PR upgrades assets to enable SGX-based TEE execution for FL experiments.
A detailed description of changes will be made soon.
Changes:
fx workspace export
.fx workspace dockerize/graminize
Tests: TBA