Update README.md to include upload to s3 utility#34
Open
antoni-at-rhino wants to merge 2 commits intomainfrom
Open
Update README.md to include upload to s3 utility#34antoni-at-rhino wants to merge 2 commits intomainfrom
antoni-at-rhino wants to merge 2 commits intomainfrom
Conversation
adding description for upload to s3 utility
Contributor
Author
|
@idomeidan , @yuvalrhino , can you review and approve? |
yuvalrhino
reviewed
Jun 19, 2024
Contributor
yuvalrhino
left a comment
There was a problem hiding this comment.
A few small suggested changes
| 4. `nvflare-docker-run.sh`: Run FL training with your code using, locally, using Docker. Recommended: `--auto`. For more usage detail, see [Using the NVFlare Docker Run Script](#using-the-nvflare-docker-run-script). | ||
| 5. `nvflare-docker-run-inference.sh`: Run inference with your code on a single dataset. For more usage detail, see [Using the Docker Push Script](#using-the-docker-push-script). | ||
| 6. `run_inference.sh`: A utility Shell script used to help facilitate the `nvflare-docker-run-inference.sh` script | ||
| 7. `upload-file-to-s3.sh`: A utility Shell script to make files available to FCP at run time, so they can be used at when running your code object without having to re-create it, making your code-object containers smaller, faster, and re-usable. See [this example](examples/rhino-sdk/runtime-external_files.ipynb) for how to use this utility in context. |
Contributor
There was a problem hiding this comment.
Suggested change
| 7. `upload-file-to-s3.sh`: A utility Shell script to make files available to FCP at run time, so they can be used at when running your code object without having to re-create it, making your code-object containers smaller, faster, and re-usable. See [this example](examples/rhino-sdk/runtime-external_files.ipynb) for how to use this utility in context. | |
| 7. `upload-file-to-s3.sh`: A utility Shell script to make files available to FCP via your workgroup's S3 bucket, so they can be used during run-time by your code object. This allows external files to be used by code objects without having to add them into the container image, making your code object containers smaller, faster, and more re-usable. See [this example](examples/rhino-sdk/runtime-external_files.ipynb) for how to use this utility in context. |
This file contains hidden or 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
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.
adding description for upload to s3 utility