Skip to content

Update README.md to include upload to s3 utility#34

Open
antoni-at-rhino wants to merge 2 commits intomainfrom
antoni-at-rhino-patch-1
Open

Update README.md to include upload to s3 utility#34
antoni-at-rhino wants to merge 2 commits intomainfrom
antoni-at-rhino-patch-1

Conversation

@antoni-at-rhino
Copy link
Contributor

adding description for upload to s3 utility

adding description for upload to s3 utility
@antoni-at-rhino antoni-at-rhino changed the title Update README.md Update README.md to include upload to s3 utility Jun 18, 2024
@antoni-at-rhino antoni-at-rhino marked this pull request as ready for review June 18, 2024 16:47
@antoni-at-rhino
Copy link
Contributor Author

@idomeidan , @yuvalrhino , can you review and approve?

Copy link
Contributor

@yuvalrhino yuvalrhino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants