diff --git a/sagemaker-train/tests/integ/train/shallow/README.md b/sagemaker-train/tests/integ/train/shallow/README.md index 07c8912185..a2687b0165 100644 --- a/sagemaker-train/tests/integ/train/shallow/README.md +++ b/sagemaker-train/tests/integ/train/shallow/README.md @@ -19,7 +19,7 @@ submit a job and wait for it, and this suite covers those code paths instead. > — which is nearly all of them — without exposing those credentials to PR code. > > **Consequence for editing this suite:** the marker selection above (`-n 8`, -> `--dist loadfile`, `-m "not gpu_intensive and not us_east_1"`) lives in +> `-m "not gpu_intensive and not us_east_1"`) lives in > `createCIShallowIntegBuildSpec` in the `SageMakerMLFPySDKInfraCDK` package, not in > this repo. Adding a file under `shallow/` is picked up automatically, but changing > *how* the suite is invoked means a change there, which deploys through a pipeline