From e0733540bda4f2d617513494d8213dc447adc226 Mon Sep 17 00:00:00 2001 From: antoni-at-rhino <158193713+antoni-at-rhino@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:44:24 -0400 Subject: [PATCH 1/2] Update README.md adding description for upload to s3 utility --- rhino-utils/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rhino-utils/README.md b/rhino-utils/README.md index af0a6b2..ff27f7f 100644 --- a/rhino-utils/README.md +++ b/rhino-utils/README.md @@ -30,6 +30,7 @@ Run each tool with `-h` or `--help` for usage details. 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 it in context.


From ad20a13a7d6375139dcbef4a6c6071353804f21e Mon Sep 17 00:00:00 2001 From: antoni-at-rhino <158193713+antoni-at-rhino@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:46:19 -0400 Subject: [PATCH 2/2] Update README.md --- rhino-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhino-utils/README.md b/rhino-utils/README.md index ff27f7f..0f0d628 100644 --- a/rhino-utils/README.md +++ b/rhino-utils/README.md @@ -30,7 +30,7 @@ Run each tool with `-h` or `--help` for usage details. 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 it in context. +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.