Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sagemaker-train/tests/integ/train/shallow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading